Skip to content

Commit

Permalink
Adjust padding
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Dec 18, 2023
1 parent 2381c36 commit 0510d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const StyledResponsiveMenu = styled(Box)`
z-index: 999;
.menuItems {
padding-top: ${(props) => props.theme.space[4]}px;
padding-top: ${(props) => props.theme.space[3]}px;
flex-direction: column;
align-items: start;
Expand Down

0 comments on commit 0510d68

Please sign in to comment.