Skip to content

Commit

Permalink
Attempt to fix nav wrapping on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Aug 29, 2023
1 parent c9e56b3 commit abfbe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { manual } = Astro.props;
@apply sticky top-0 z-50 flex select-none list-none place-content-center whitespace-nowrap bg-accentOrange;
}
#nav {
@apply flex flex-row flex-wrap place-content-center items-center gap-2 bg-accentOrange p-2;
@apply flex flex-row flex-wrap place-content-center items-center md:gap-2 bg-accentOrange p-0;
}
li {
@apply relative bg-accentOrange;
Expand Down

0 comments on commit abfbe91

Please sign in to comment.