From a2784e23f44efae82a50bd8322863c9df5ec9652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Thu, 4 Apr 2019 18:24:03 +0200 Subject: [PATCH] Some padding on top and bottom to make it less squeezed --- xmpp.v2.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmpp.v2.css b/xmpp.v2.css index 9a99ecf2..9c312929 100644 --- a/xmpp.v2.css +++ b/xmpp.v2.css @@ -1192,6 +1192,8 @@ @media screen { body { + padding-top: 1.5em; + padding-bottom: 1.5em; margin-left: auto; margin-right: auto; max-width: 60rem;