Skip to content

Commit

Permalink
Squash - adjust top padding on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernhardt committed Dec 13, 2023
1 parent f323f8e commit bd95791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/app/themes/mitlib-parent/css/scss/partials/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ body.user-is-tabbing *.nav-main {
font-size: 0.75em;

a {
padding: 1rem 0.5rem 0.5rem 0.5rem;
padding: 1.9375rem 0.5rem 0.5rem 0.5rem;
align-items: center;
flex-direction: column;
text-transform: uppercase;
Expand Down Expand Up @@ -192,7 +192,7 @@ body.user-is-tabbing *.nav-main {
color: #fff;
display: flex;
height: 100%;
padding-top: 2em;
padding-top: 2.875em;
}

&.active {
Expand Down

0 comments on commit bd95791

Please sign in to comment.