update `public_html` static files

master
urosm 2024-05-04 23:56:29 +02:00
parent 1a18e1f524
commit bba1cdca04
1 changed files with 2 additions and 9 deletions

View File

@ -1,11 +1,11 @@
/* variables */
:root {
--font-size: 12pt;
--font-size: max(16px, 10pt);
--line-height: 1.625;
--font-family: monospace;
/* font-derived column width */
--col-w: clamp(33.333vw, 80ch, 50vw);
--col-w: clamp(33.333vw, 80ch, 80vw);
/* colors */
--fg-c: #000000;
@ -22,13 +22,6 @@
}
}
@media (max-aspect-ratio: 1/1) {
:root {
--font-size: 10pt;
--col-w: clamp(33.333vw, 80ch, 50vw);
}
}
/* reset */
* {