diff --git a/src/components/sections/two-column-h2.js b/src/components/sections/two-column-h2.js index fe5468fa1..a8bf74a75 100644 --- a/src/components/sections/two-column-h2.js +++ b/src/components/sections/two-column-h2.js @@ -42,7 +42,8 @@ const TwoColumnH2 = ({
- {anim && } {!anim && {title}} diff --git a/src/scss/sections/two-column-h2-section.scss b/src/scss/sections/two-column-h2-section.scss index a7f582cd8..6b606088c 100644 --- a/src/scss/sections/two-column-h2-section.scss +++ b/src/scss/sections/two-column-h2-section.scss @@ -79,6 +79,12 @@ max-width:100%; } } + + @include media-breakpoint-down(sm) { + transform: scale(1.5); + transform-origin: center !important; + margin-bottom:30px; + } } .lottie-anim-2{ width:680px; @@ -92,6 +98,12 @@ max-width:100%; } } + + @include media-breakpoint-down(sm) { + transform: scale(1.5); + transform-origin: center !important; + margin-bottom:30px; + } } }