Skip to content

Commit

Permalink
Merge pull request #31 from WodenWang820118/develop
Browse files Browse the repository at this point in the history
Develop: layout fix
  • Loading branch information
WodenWang820118 authored May 26, 2024
2 parents afc3c96 + dad80e7 commit 9657e8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/shared/components/navigation/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ header {

.link {
margin-right: 32px;
@media screen and (max-width: 768px) {
margin-right: 16px;
}
}

.link:last-child {
Expand Down Expand Up @@ -185,4 +188,4 @@ header {
.mobile-nav-leave-to {
transform: translateX(-250px);
}
}
}

0 comments on commit 9657e8f

Please sign in to comment.