rehber font büyüklükleri değiştirildi

This commit is contained in:
Yusuf İpek
2021-08-20 13:55:18 +03:00
parent 34f3c83b22
commit e2f687bba3
5 changed files with 13 additions and 52 deletions
+4
View File
@@ -9,6 +9,10 @@
html {
font-size: 62.5%; // 1 rem = 10px; 10px/16px = 62.5% (16 is default browser font size)
font-family: "NunitoSansRegular", sans-serif;
@include media("<small") {
font-size: 50%;
}
}
body {