Increase base line-height & 2k font-size

This commit is contained in:
Aarni Halinen
2020-12-28 20:51:23 +02:00
parent a2239b3848
commit 597b0cc94e
+2 -2
View File
@@ -2,7 +2,7 @@
@import "./assets/scss/globals";
$base-font: 12pt; // 16px
$base-line-height: 1.15;
$base-line-height: 1.5;
* {
box-sizing: border-box;
@@ -22,7 +22,7 @@ html {
}
@media screen and (min-width: 2560px) {
font-size: $base-font * 1.5; // 24px
font-size: $base-font * 2; // 32px
}
}