Skip to content

Commit

Permalink
Prevent burger from overlapping menu contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy-T committed Mar 30, 2021
1 parent 3482031 commit 24a3667
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/layout/Header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
padding: 0 15px;
}

.title {
padding: 0.5rem;
margin-bottom: 0.5rem;
}

.nav {
font-size: var(--font-size-normal);
flex-wrap: wrap;
Expand Down

0 comments on commit 24a3667

Please sign in to comment.