Structure: Make the gutters smaller on screens <= 480px

This commit is contained in:
Eryn Wells 2024-07-25 13:12:45 -07:00
parent 2da54f09e3
commit 2683a148d5

View file

@ -39,6 +39,10 @@ body {
}
@media screen and (max-width: 480px) {
:root {
--gutter-width: var(--space-s);
}
body {
grid-template-columns:
[