Skip to content

Commit

Permalink
fix: update padding for menu component
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohlf committed Dec 3, 2024
1 parent 76e06af commit 6748995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Menu.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.menu {
width: 100%;
padding: calc(var(--spacer) / 2);
padding: var(--spacer) 0 calc(var(--spacer) / 2) 0;
display: flex;
align-items: center;
flex-wrap: wrap;
Expand Down

0 comments on commit 6748995

Please sign in to comment.