Better mobile nav
This commit is contained in:
parent
85f0e72676
commit
6b245f540d
@ -215,18 +215,21 @@ a {
|
||||
|
||||
.grid { grid-template-columns: auto }
|
||||
|
||||
header { margin-bottom: 0 }
|
||||
|
||||
nav {
|
||||
position: initial;
|
||||
margin-bottom: 1rem;
|
||||
ul { display: none }
|
||||
ul.main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
border: 1px solid #43494c;
|
||||
padding: .25rem 0;
|
||||
}
|
||||
span.title { display: none }
|
||||
}
|
||||
|
||||
header, nav { margin-bottom: 3rem }
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user