update `public_html` static files
parent
d1bacc037a
commit
1a18e1f524
|
@ -1,11 +1,11 @@
|
|||
/* variables */
|
||||
:root {
|
||||
--font-size: clamp(10pt, 2.5vw, 12pt);
|
||||
--font-size: 12pt;
|
||||
--line-height: 1.625;
|
||||
--font-family: monospace;
|
||||
|
||||
/* font-derived column width */
|
||||
--col-w: clamp(30vw, 80ch, 80vw);
|
||||
--col-w: clamp(33.333vw, 80ch, 50vw);
|
||||
|
||||
/* colors */
|
||||
--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 */
|
||||
|
||||
* {
|
||||
|
|
Loading…
Reference in New Issue