From dcf24ecd2efce0fb94f497ece46ea2752a54be45 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 12 Jul 2026 18:42:17 +0200 Subject: Do not make text smaller --- blog/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/style.css b/blog/style.css index a7b41a53..60cec1f7 100644 --- a/blog/style.css +++ b/blog/style.css @@ -9,7 +9,7 @@ body { padding-right: 2em; } p, blockquote, li { - /* from Mozilla reader mode */ + /* from Mozilla reader mode and https://lobste.rs/c/zeegjm */ line-height: 1.6em; - font-size: 20px; + font-size: max(1rem, 20px); } -- cgit v1.2.3