Skip to content

Commit

Permalink
fix: responsive #nav-container
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Jan 23, 2025
1 parent d7c023d commit eb55fe3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,10 @@ a.zola-anchor {
}

@media screen and (max-width: 640px) {
#nav-container {
flex-direction: column;
align-items: flex-start;
}
.main-info,
.about-info {
ul {
Expand Down

0 comments on commit eb55fe3

Please sign in to comment.