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