mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
Merge pull request #511 from SamWhited/readable_xeps
Limit text width of XEPs on large viewports
This commit is contained in:
commit
58edf1c342
6
xmpp.css
6
xmpp.css
@ -2,10 +2,10 @@ BODY {
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
|
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
|
||||||
font-size: small;
|
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
margin-left: 7%;
|
width: 90%;
|
||||||
margin-right: 7%;
|
max-width: 60em;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
#left {
|
#left {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user