From 094a9c7523b4855e1f3e5df0e40e2306dd97c608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Moreira?= Date: Wed, 24 Jul 2024 12:59:43 +0200 Subject: [PATCH] Unset position of banner images for wider screens --- scss/modules/paragraphs.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/modules/paragraphs.scss b/scss/modules/paragraphs.scss index a88845b..cb675b7 100644 --- a/scss/modules/paragraphs.scss +++ b/scss/modules/paragraphs.scss @@ -285,7 +285,7 @@ padding-top: 45px; position: relative; - @media (max-width: #{$screen-md-max}) { + @media (max-width: #{$screen-lg-max}) { .contextual-region { position: unset; } @@ -367,7 +367,7 @@ padding: 30px 10px; position: relative; - @media (max-width: #{$screen-md-max}) { + @media (max-width: #{$screen-lg-max}) { .contextual-region { position: unset; }