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