Layout change on narrow screens
This commit is contained in:
parent
30ba45ccb1
commit
4a418f1a96
@ -89,3 +89,7 @@ a {
|
|||||||
|
|
||||||
&:hover { text-decoration: underline }
|
&:hover { text-decoration: underline }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 50em) {
|
||||||
|
body { grid-template-columns: auto }
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user