:Restrict index body width to 40em

master
Mike Gerwitz 2017-10-29 00:12:15 -04:00
parent 5accbfbac4
commit b61ced73b6
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 7 additions and 0 deletions

View File

@ -163,6 +163,13 @@ body.index .content,
images */
min-height: 750px;
padding-right: 1.5em;
/* don't let text get too wide */
max-width: 40em;
margin: auto;
}
#cgit .content {
max-width: none;
}
body.index.no-sidebar .content,
.body-index.no-sidebar .content {