Skip to content

Commit

Permalink
Increase navbar height
Browse files Browse the repository at this point in the history
  • Loading branch information
eloisetaylor5693 committed Nov 30, 2024
1 parent c26fb60 commit 8151d9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/site-header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
.navigation-links {
display: flex;
}

.navigation-links a {
flex-grow: 1;
flex-basis: 0;
padding: var(--spacing-2);
padding: var(--spacing-3);
color: var(--color-white);
text-decoration: none;
text-align: center;
Expand Down

0 comments on commit 8151d9b

Please sign in to comment.