Skip to content

Commit

Permalink
fix: text size customButton #190
Browse files Browse the repository at this point in the history
  • Loading branch information
habdevs committed Sep 8, 2023
1 parent d52229d commit 2e8a8d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/shared/ui/CustomButton/CustomButton.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
font-size: 1.6rem;
}
@media (min-width: 1024px) {
font-size: 2rem;
}
@media (min-width: 1200px) {
font-size: 2.2rem;
}
@media (min-width: 1920px) {
font-size: 2.7rem;
}
font-size: 1.7rem;
}
//@media (min-width: 1200px) {
// font-size: 2rem;
//}
//@media (min-width: 1920px) {
// font-size: 2.2rem;
//}
}

.size-xs {
Expand Down

0 comments on commit 2e8a8d0

Please sign in to comment.