From 33d928f681675d3853b5a122455fc8074a7261f6 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 17 Sep 2017 10:47:58 -0500 Subject: [PATCH] Limit text width of XEPs on large viewports --- xmpp.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmpp.css b/xmpp.css index 048b7ec2..cc27f6bd 100644 --- a/xmpp.css +++ b/xmpp.css @@ -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;