Skip to content

Commit

Permalink
design: 헤더 최소 높이 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonju0110 committed Apr 22, 2024
1 parent a125d41 commit ccae210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layouts/components/header/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
width: 100%;

@include mobile {
min-height: rem(50px);
padding: 12px 16px;
}

@include desktop {
min-height: rem(52px);
gap: 33px;
padding: 10px 80px;
}
Expand Down

0 comments on commit ccae210

Please sign in to comment.