1
0

Layout change on narrow screens

This commit is contained in:
Emil Miler 2021-12-02 13:13:18 +01:00
parent 30ba45ccb1
commit 4a418f1a96

View File

@ -89,3 +89,7 @@ a {
&:hover { text-decoration: underline }
}
@media screen and (max-width: 50em) {
body { grid-template-columns: auto }
}