Skip to content

Commit

Permalink
fix: nav items 사이즈 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauto committed Oct 23, 2021
1 parent 9a2850d commit cbc3ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ nav {
height: 73px;
.header-item {
padding: 0 48.5px 0 0;
font-size: 24px;
font-size: 18px;
line-height: 27px;
font-style: normal;
font-weight: bold;
line-height: 36px;
letter-spacing: -0.02em;
color: $black;
text-decoration: none;
Expand Down

0 comments on commit cbc3ab7

Please sign in to comment.