Better aside navigation responsivity
This commit is contained in:
@ -99,6 +99,7 @@ aside {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
li.mobile-only { display: none }
|
||||
}
|
||||
}
|
||||
|
||||
@ -195,5 +196,19 @@ a {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 50rem) {
|
||||
|
||||
.grid { grid-template-columns: auto }
|
||||
|
||||
aside {
|
||||
ul { display: none }
|
||||
ul.nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
ul li.mobile-only { display: list-item }
|
||||
span.title { display: none }
|
||||
}
|
||||
|
||||
header, aside { margin-bottom: 3rem }
|
||||
}
|
||||
|
Reference in New Issue
Block a user