Skip to content

Commit

Permalink
Fix nav menu messed up in German
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 17, 2024
1 parent d38e3e7 commit 88c14e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@media (min-width: 23em) {
.nav-menu {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 50% 50%;
grid-template-rows: auto 1fr;
grid-template-areas:
'top top'
Expand Down

0 comments on commit 88c14e9

Please sign in to comment.