From bba1cdca049b4e6339aa0fb1fafcf4848442c69e Mon Sep 17 00:00:00 2001 From: urosm Date: Sat, 4 May 2024 23:56:29 +0200 Subject: [PATCH] update `public_html` static files --- public_html/css/style.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/public_html/css/style.css b/public_html/css/style.css index 6453f4c..0f779e1 100644 --- a/public_html/css/style.css +++ b/public_html/css/style.css @@ -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 */ * {