Skip to content

Commit

Permalink
Edit nav menus style
Browse files Browse the repository at this point in the history
  • Loading branch information
emscb committed Oct 6, 2024
1 parent 44c441f commit a869eee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion src/components/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,16 @@ const Menu = styled.div`
user-select: none;
@media only screen and (min-width: 810px) {
padding: 0 0.5rem;
& + & {
border-left: 1px solid;
height: 1rem;
padding-left: 0.5rem;
}
&:first-of-type {
padding-left: 0;
}
&:last-of-type {
padding-right: 0;
}
}
Expand Down
2 changes: 0 additions & 2 deletions src/components/common/Page/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ body {
color: $peach-puzz;
text-align: center;

gap: 1vw;

& > .menu-item {
display: flex;
justify-content: center;
Expand Down

0 comments on commit a869eee

Please sign in to comment.