cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

4377fc38834142ae6a6d970cb3b62f0bd1a5e310

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-09-04T22:09:41Z

fix font sizes
 theme/static/styles.css | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index 7fca84b..0758a1f 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -21,13 +21,19 @@ body {
     background-color: var(--bg);
     color: var(--fg);
     font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
-    font-size: 1.25rem;
+    font-size: 1rem;
     line-height: 1.5;
     max-width: 50em;
     margin: 0 auto;
     padding: 0 clamp(1rem, 5vw, 3rem);
 }
 
+@media only screen and (min-width: 768px) {
+    body {
+        font-size: 1.1rem;
+    }
+}
+
 @media (min-width: 768px) {
     body {
         padding: 0 2rem;