Structure: Make the gutters smaller on screens <= 480px
This commit is contained in:
parent
2da54f09e3
commit
2683a148d5
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
|
:root {
|
||||||
|
--gutter-width: var(--space-s);
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
grid-template-columns:
|
grid-template-columns:
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue