this has bothered me for so long
This commit is contained in:
parent
f54de47a25
commit
e9aa55a520
|
@ -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 {
|
||||||
|
|
|
@ -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: "";
|
||||||
|
|
Loading…
Reference in New Issue