chore: spacing + formatting

This commit is contained in:
Cory Dransfeldt 2024-07-16 20:13:28 -07:00
parent 2b59bf9d24
commit d48ec86f28
No known key found for this signature in database
9 changed files with 95 additions and 94 deletions

View file

@ -27,4 +27,4 @@
.badge-grid {
grid-template-columns: repeat(4, 1fr);
}
}
}

View file

@ -1,6 +1,6 @@
:root {
--grid-square: repeat(2,minmax(0,1fr));
--grid-vertical: repeat(3,minmax(0,1fr));
--grid-square: repeat(2, minmax(0, 1fr));
--grid-vertical: repeat(3, minmax(0, 1fr));
}
.media-grid {
@ -98,7 +98,7 @@
@media screen and (min-width: 768px) {
:root {
--grid-square: repeat(4,minmax(0,1fr));
--grid-vertical: repeat(6,minmax(0,1fr));
--grid-square: repeat(4, minmax(0, 1fr));
--grid-vertical: repeat(6, minmax(0, 1fr));
}
}