aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}