fix: responsywność

This commit is contained in:
2022-12-26 20:01:10 +01:00
parent a5c829faf5
commit 279bbfa4db
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
font-size: 1rem;
@include smallScreen() {
font-size: calc(0.55rem + 1vw);
font-size: calc(0.5rem + 1.3vw);
}
}