Skip to content

Commit

Permalink
Merge pull request #73 from SVTeamB-POISON/fix/#72
Browse files Browse the repository at this point in the history
fix: 내비게이션바 글꼴 크기 문제 수정
  • Loading branch information
AlgeMoya authored Jan 26, 2023
2 parents a8fbe18 + 23336eb commit 916dcef
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions src/components/NavigationBar/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,51 +63,58 @@
}

.logoName {
font-size: 2.5rem;
font-size: 2.1rem;
font-family: "Sunshiney", cursive;
margin-top: 0.6rem;
@include tablet {
margin-top: 0.3rem;
font-size: 1.5rem;
}
@include desktop {
margin-top: 0.3rem;
font-size: 1.5rem;
}
}
.logosubName {
margin-top: -10px;
font-size: 1.6rem;
margin-top: -5px;
font-size: 1.3rem;
padding-left: 2px;
@include tablet {
font-size: 1rem;
font-size: 0.9rem;
}
@include desktop {
font-size: 1rem;
font-size: 0.9rem;
}
}
.encyBTN {
color: #3d8a71;
margin-left: 3rem;
font-size: 2rem;
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: 2rem;
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 916dcef

Please sign in to comment.