mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 07:13:52 -05:00
Fixups to newspaper theme for mobile
This commit is contained in:
parent
877ffc0741
commit
789ac6d97f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user