From a0f022ce7364bb8175ba0471f192eb483c04e918 Mon Sep 17 00:00:00 2001 From: Emilia Date: Tue, 25 Oct 2022 13:41:00 -0400 Subject: [PATCH] Reduce width of offset-grid--wide Looks better on wide displays while preserving readability on narrow displays. --- src/scss/waltuh/layouts/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/waltuh/layouts/_grid.scss b/src/scss/waltuh/layouts/_grid.scss index 2a853a5..8a4fddf 100644 --- a/src/scss/waltuh/layouts/_grid.scss +++ b/src/scss/waltuh/layouts/_grid.scss @@ -47,7 +47,7 @@ $offset-amt: 0.33fr; $dir_adj: "--#{$dir}"; } - @each $size, $size_val in (null: 1fr, wide: 0.4fr, narrow: 1.2fr) { + @each $size, $size_val in (null: 1fr, wide: 0.6fr, narrow: 1.2fr) { $size_adj: ""; @if $size { $size_adj: "--#{$size}";