From f2434fc1537cc0748e594becfcd915bbfb3c71d1 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Tue, 7 May 2024 16:15:07 +1200 Subject: [PATCH] 3 column layout: limit width of container to 100% Fixes an issue with the container overflowing on small screens. --- .../wp-content/themes/wporg-parent-2021/sass/base/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/wp-content/themes/wporg-parent-2021/sass/base/_layout.scss b/source/wp-content/themes/wporg-parent-2021/sass/base/_layout.scss index 2e0d03b0..39ea7993 100644 --- a/source/wp-content/themes/wporg-parent-2021/sass/base/_layout.scss +++ b/source/wp-content/themes/wporg-parent-2021/sass/base/_layout.scss @@ -33,6 +33,7 @@ --local--sidebar--width: 248px; --local--column-gap: 40px; justify-content: flex-end; + max-width: 100%; > * { width: 100%;