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 {
|
body {
|
||||||
padding: 3rem 1rem;
|
padding: 3rem 1rem;
|
||||||
line-height: 1.75;
|
line-height: 1.5;
|
||||||
font-size: 1.25em;
|
font-size: 1em;
|
||||||
font-family: Spectral, serif;
|
font-family: Spectral, serif;
|
||||||
background-color: #FCFCFC;
|
background-color: #FCFCFC;
|
||||||
color: #000
|
color: #000
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 70ch;
|
max-width: min(70ch, 80%);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user