Skip to content

Commit

Permalink
fix: 내비게이션 바 글꼴 크기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgeMoya committed Jan 26, 2023
1 parent 12ad973 commit 23336eb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/NavigationBar/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,29 +88,33 @@
}
.encyBTN {
color: #3d8a71;
margin-left: 3rem;
font-size: 1.8rem;
margin-left: 1rem;
font-size: 1.4rem;
&:hover {
color: #002c1d;
}
@include tablet {
margin-left: 2rem;
font-size: 1.5rem;
}
@include desktop {
margin-left: 2rem;
font-size: 1.6rem;
}
}
.rankBTN {
color: #3d8a71;
margin-left: 2rem;
font-size: 1.8rem;
margin-left: 1rem;
font-size: 1.4rem;
&:hover {
color: #002c1d;
}
@include tablet {
margin-left: 2rem;
font-size: 1.5rem;
}
@include desktop {
margin-left: 2rem;
font-size: 1.6rem;
}
}
Expand Down

0 comments on commit 23336eb

Please sign in to comment.