From ed00f2bdfeb968f16dfd23686a1ff2f11f5d9e05 Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 4 May 2024 12:47:33 -0400 Subject: [PATCH] this one needs fixed too smh --- src/scss/waltuh/layouts/_grid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/waltuh/layouts/_grid.scss b/src/scss/waltuh/layouts/_grid.scss index dcca664..f09de8d 100644 --- a/src/scss/waltuh/layouts/_grid.scss +++ b/src/scss/waltuh/layouts/_grid.scss @@ -78,6 +78,7 @@ $offset-amt: 0.33fr; @extend .offset-grid#{$dir_adj}#{$size_adj}; div { grid-area: n / s; + max-width: 800px; } } }