From 3a8f03c971ea56386b3d425821ba2bbf318f4508 Mon Sep 17 00:00:00 2001 From: LucasLacerdaUX Date: Thu, 20 Apr 2023 13:04:24 -0400 Subject: [PATCH] Fix stacked --- assets/section-image-banner.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/section-image-banner.css b/assets/section-image-banner.css index 642719ae1a0..d8790eee495 100644 --- a/assets/section-image-banner.css +++ b/assets/section-image-banner.css @@ -159,7 +159,6 @@ } .banner__media-half.animate--fixed:first-child>img { - left: 0; width: 50%; } @@ -169,6 +168,15 @@ } @media screen and (max-width: 749px) { + .banner--stacked .animate--fixed:first-child>img { + width: 100%; + } + + .banner__media-half.animate--fixed:nth-child(2)>img { + left: 0; + width: 100%; + } + .banner--stacked .banner__media-half { width: 100%; }