Limit text width of XEPs on large viewports

This commit is contained in:
Sam Whited 2017-09-17 10:47:58 -05:00
parent f9450042e4
commit 33d928f681
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;