Increase base line-height & 2k font-size
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user