From 3ca3d737b03c965ade2f458732bbc6859fed2060 Mon Sep 17 00:00:00 2001 From: Henriette Darge Date: Wed, 3 Dec 2025 15:20:50 +0100 Subject: [PATCH] Increase breakpoint at which the pageLayout goes full width --- app/components/step_wizard/page_layout_component.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/step_wizard/page_layout_component.sass b/app/components/step_wizard/page_layout_component.sass index ba8aebfe35d..82d90e03202 100644 --- a/app/components/step_wizard/page_layout_component.sass +++ b/app/components/step_wizard/page_layout_component.sass @@ -34,7 +34,7 @@ max-width: 75% margin: 0 auto - @media screen and (max-width: $breakpoint-lg) + @media screen and (max-width: $breakpoint-xl) max-width: 100% margin: 0