Lower 2k font-size

This commit is contained in:
Aarni Halinen
2021-02-10 22:59:48 +02:00
parent f27c8893ce
commit 6eeaec0f71
+2 -2
View File
@@ -33,8 +33,8 @@ html {
}
@media screen and (min-width: 2560px) {
/* 32px */
font-size: ${fontSize * 2}pt;
/* 24px */
font-size: ${fontSize * 1.5}pt;
}
}