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