Fixups to newspaper theme for mobile

This commit is contained in:
Jason McBrayer 2024-03-28 16:14:36 -04:00
parent 877ffc0741
commit 789ac6d97f
1 changed files with 3 additions and 3 deletions

View File

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