Skip to content

Commit

Permalink
subnav link wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Oct 26, 2023
1 parent e6e3883 commit f7e4660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/components/SubNav.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
}
}
}
@media screen and (max-width: 400px) {
display: flex;
flex-direction: column;
}
}

a {
Expand Down

0 comments on commit f7e4660

Please sign in to comment.