Update index.scss comments

This commit is contained in:
Aarni Halinen
2020-12-29 19:25:31 +02:00
parent 0132fbd1d0
commit 68b30da5bd
+8 -4
View File
@@ -37,19 +37,23 @@ $colors: (
html {
font-family: $font;
font-size: $base-font * 0.75; // 12px
/* 12px */
font-size: $base-font * 0.75;
line-height: $base-line-height;
@media screen and (min-width: 1200px) {
font-size: $base-font * 1; // 16px
/* 16px */
font-size: $base-font * 1;
}
@media screen and (min-width: 1920px) {
font-size: $base-font * 1.25; // 20px
/* 20px */
font-size: $base-font * 1.25;
}
@media screen and (min-width: 2560px) {
font-size: $base-font * 2; // 32px
/* 32px */
font-size: $base-font * 2;
}
}