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; }