Skip to content

Commit

Permalink
Fix top menu paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 31, 2024
1 parent 00cffb5 commit 32df452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/nav-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
}
.nav-menu .top-menu {
grid-area: top;
padding-top: 8px;
margin-bottom: -8px;
padding-top: 4px;
margin-bottom: -4px;
}
.nav-menu section {
padding: 4px 0;
Expand Down

0 comments on commit 32df452

Please sign in to comment.