this has bothered me for so long

This commit is contained in:
Emilia Allison 2024-05-04 12:43:15 -04:00
parent f54de47a25
commit e9aa55a520
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
2 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,7 @@ $ff-sans: sans-serif !default;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
align-content: center; align-content: center;
max-width: 800px;
} }
.row { .row {

View File

@ -42,6 +42,8 @@
} }
// Grid Offset Hell // 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; $offset-amt: 0.33fr;
@each $dir in [top, bottom, left, right] { @each $dir in [top, bottom, left, right] {
$dir_adj: ""; $dir_adj: "";