update `public_html` static files

master
urosm 2024-05-04 23:43:58 +02:00
parent d1bacc037a
commit 1a18e1f524
1 changed files with 9 additions and 2 deletions

View File

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