Update index.scss comments
This commit is contained in:
+8
-4
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user