update `public_html` static files
parent
1a18e1f524
commit
bba1cdca04
|
@ -1,11 +1,11 @@
|
||||||
/* variables */
|
/* variables */
|
||||||
:root {
|
:root {
|
||||||
--font-size: 12pt;
|
--font-size: max(16px, 10pt);
|
||||||
--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(33.333vw, 80ch, 50vw);
|
--col-w: clamp(33.333vw, 80ch, 80vw);
|
||||||
|
|
||||||
/* colors */
|
/* colors */
|
||||||
--fg-c: #000000;
|
--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 */
|
/* reset */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in New Issue