aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-07-12 18:42:17 +0200
committeralex <alex@pdp7.net>2026-07-12 18:42:17 +0200
commitdcf24ecd2efce0fb94f497ece46ea2752a54be45 (patch)
treea630d8d6753be4ae9645bde31ea9ea5f1653d767
parent3ecd0b1f85d22349d94fc0ebedc1295796567f6e (diff)
Do not make text smaller
-rw-r--r--blog/style.css4
1 files 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);
}