Visual adjustment to screens, the max width is set to 60em, except on listings

This commit is contained in:
echarp 2019-05-10 17:44:47 +02:00
parent bf5ed5f261
commit 1a0cb3a864
1 changed files with 5 additions and 1 deletions

View File

@ -134,8 +134,12 @@ aside
padding: 0.5em 1em 0.5em 0 padding: 0.5em 1em 0.5em 0
display: block display: block
fieldset, main > form main
width: 60em width: 60em
body.index main
width: initial
fieldset
border: none border: none
margin: 1em auto margin: 1em auto
padding: 2% padding: 2%