From e9aa55a52021027678d308c1849f04d13fa06e4d Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 4 May 2024 12:43:15 -0400 Subject: [PATCH] this has bothered me for so long --- src/scss/waltuh/base.scss | 1 + src/scss/waltuh/layouts/_grid.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/scss/waltuh/base.scss b/src/scss/waltuh/base.scss index 4c9b0c4..6ac27a8 100644 --- a/src/scss/waltuh/base.scss +++ b/src/scss/waltuh/base.scss @@ -57,6 +57,7 @@ $ff-sans: sans-serif !default; align-items: center; flex-direction: column; align-content: center; + max-width: 800px; } .row { diff --git a/src/scss/waltuh/layouts/_grid.scss b/src/scss/waltuh/layouts/_grid.scss index 5c26afe..dcca664 100644 --- a/src/scss/waltuh/layouts/_grid.scss +++ b/src/scss/waltuh/layouts/_grid.scss @@ -42,6 +42,8 @@ } // Grid Offset Hell +// no actually what the heck is happening here omg +// this is so cursed why did i do this $offset-amt: 0.33fr; @each $dir in [top, bottom, left, right] { $dir_adj: "";