From fbd4c91b9bfc78bb34c5f7a2bde3ac793118ce4f Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 4 May 2024 12:52:21 -0400 Subject: [PATCH] fix column layout --- src/scss/waltuh/layouts/_grid.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/scss/waltuh/layouts/_grid.scss b/src/scss/waltuh/layouts/_grid.scss index dcca664..eee04f6 100644 --- a/src/scss/waltuh/layouts/_grid.scss +++ b/src/scss/waltuh/layouts/_grid.scss @@ -78,6 +78,9 @@ $offset-amt: 0.33fr; @extend .offset-grid#{$dir_adj}#{$size_adj}; div { grid-area: n / s; + * { + max-width: 800px; + } } } }