From 5e4b6e5ff99766e87fc9e2f3a1b247a78bf93a60 Mon Sep 17 00:00:00 2001 From: urosm Date: Sat, 4 May 2024 23:57:32 +0200 Subject: [PATCH] update `public_html` static files --- public_html/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/css/style.css b/public_html/css/style.css index 0f779e1..6bc6c28 100644 --- a/public_html/css/style.css +++ b/public_html/css/style.css @@ -1,6 +1,6 @@ /* variables */ :root { - --font-size: max(16px, 10pt); + --font-size: 10pt; --line-height: 1.625; --font-family: monospace;