css: fix font size
parent
3195f7bae3
commit
7f283451b5
|
@ -10,7 +10,7 @@
|
||||||
/* variables */
|
/* variables */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--font-size: 100%;
|
--font-size: 9pt;
|
||||||
--line-height: 1.25;
|
--line-height: 1.25;
|
||||||
--font-family: monospace;
|
--font-family: monospace;
|
||||||
|
|
||||||
|
@ -35,6 +35,13 @@
|
||||||
--error-color: var(--red);
|
--error-color: var(--red);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* wider screens */
|
||||||
|
@media (min-width: 120ch) {
|
||||||
|
:root {
|
||||||
|
--font-size: 12pt;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* reset */
|
/* reset */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|
Loading…
Reference in New Issue