Skip to content

Commit

Permalink
Merge pull request #23 from miku0129/develop
Browse files Browse the repository at this point in the history
style: change space in .menu
  • Loading branch information
miku0129 authored Mar 25, 2024
2 parents 587a69f + ef986e3 commit b05bca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/nav/nav.styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Navigation = styled.div`
.menu {
list-style: none;
display: flex;
gap: 10px;
gap: 20px;
li {
a {
Expand Down Expand Up @@ -74,7 +74,7 @@ export const Navigation = styled.div`
.menu {
padding-left: 0;
gap: 30px;
justify-content: space-around;
li {
text-align: center;
Expand Down

0 comments on commit b05bca9

Please sign in to comment.