Skip to content

Commit

Permalink
fix: header 메뉴 아이템 마지막 오른쪽 패딩 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauto committed Oct 21, 2021
1 parent 594195a commit cfd0db7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,16 @@ nav {
color: $black;
text-decoration: none;
}
.header-item:last-child {
padding: 0;
font-size: 24px;
font-style: normal;
font-weight: bold;
line-height: 36px;
letter-spacing: -0.02em;
color: $black;
text-decoration: none;
}
.white-font {
color: $white;
}
Expand Down

0 comments on commit cfd0db7

Please sign in to comment.