Skip to content

Commit

Permalink
refactor: 태블릿 사이즈 이하에서 네비게이션 사이즈 14px 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
designsoo committed Apr 1, 2024
1 parent 67058a3 commit 200d504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/layout/header/Menu/Menu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
@include text-style-quantico(16, $white, regular, normal);
@include column-flexbox(start, center);

@include responsive(T) {
font-size: $font-size-14;
}

height: 4.2rem;
padding: 0.9rem 0.8rem;

Expand Down

0 comments on commit 200d504

Please sign in to comment.