From 6a1ddf83b0dca496d7f8a4013d3cfad4a605a106 Mon Sep 17 00:00:00 2001 From: SeraGabor Date: Wed, 14 Feb 2024 13:34:43 +0100 Subject: [PATCH] lottieanim run position --- src/components/sections/two-column-h2.js | 2 +- src/scss/sections/two-column-h2-section.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/sections/two-column-h2.js b/src/components/sections/two-column-h2.js index 650b8d2cc..fe5468fa1 100644 --- a/src/components/sections/two-column-h2.js +++ b/src/components/sections/two-column-h2.js @@ -51,7 +51,7 @@ const TwoColumnH2 = ({

{title}

-
+
{buttonPrimaryTitle} diff --git a/src/scss/sections/two-column-h2-section.scss b/src/scss/sections/two-column-h2-section.scss index fdb753156..a7f582cd8 100644 --- a/src/scss/sections/two-column-h2-section.scss +++ b/src/scss/sections/two-column-h2-section.scss @@ -94,3 +94,13 @@ } } } + + +.lottie-anchor{ + position:absolute; + margin-top:25vh; + + @media (max-width: 1380px) { + margin-top:0; + } +}