Skip to content

Commit

Permalink
Fix burger navigation sometimes not being centered vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 25, 2024
1 parent e27aa07 commit 0673ba1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion css/dev/global.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/prod/global.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions sass/navigation/_nav-mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
background-color: var(--color-background-nav-mobile-header);
}

// Fix burger navigation sometimes not being centered vertically
.nav-primary {
align-self: center;
}

// General navigation resets for mobile
.site-header ul,
.site-header li,
Expand Down

0 comments on commit 0673ba1

Please sign in to comment.