Merge pull request #511 from SamWhited/readable_xeps

Limit text width of XEPs on large viewports
This commit is contained in:
Sam Whited 2017-09-17 11:59:50 -05:00 committed by GitHub
commit 58edf1c342
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ BODY {
background-color: #ffffff;
color: #000000;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: small;
line-height: 130%;
margin-left: 7%;
margin-right: 7%;
width: 90%;
max-width: 60em;
margin: 0 auto;
}
#left {
border: 0px;