Skip to content

Commit

Permalink
Reflow nav to vertical on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Sep 13, 2023
1 parent 5403aca commit 94280a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/assets/css/extras.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,10 @@ details summary::-webkit-details-marker {
}
}
}

@media (max-width: 600px) {
.header > .row {
flex-direction: column;
gap: 18px;
}
}

0 comments on commit 94280a6

Please sign in to comment.