From 789ac6d97f522442f7a947e9977eff3e0973b483 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Thu, 28 Mar 2024 16:14:36 -0400 Subject: [PATCH] Fixups to newspaper theme for mobile --- brutaldon/static/css/newspaper.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brutaldon/static/css/newspaper.css b/brutaldon/static/css/newspaper.css index 303345b..a96d094 100644 --- a/brutaldon/static/css/newspaper.css +++ b/brutaldon/static/css/newspaper.css @@ -1,14 +1,14 @@ body { padding: 3rem 1rem; - line-height: 1.75; - font-size: 1.25em; + line-height: 1.5; + font-size: 1em; font-family: Spectral, serif; background-color: #FCFCFC; color: #000 } main { - max-width: 70ch; + max-width: min(70ch, 80%); margin: auto; }