From 8a151a7d5450ffb44b6512c92bcf4289329302de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Fri, 5 Apr 2019 17:39:02 +0200 Subject: [PATCH] Adapt heading sizes on mobile --- xmpp.v2.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/xmpp.v2.css b/xmpp.v2.css index 97b30676..f618f6d9 100644 --- a/xmpp.v2.css +++ b/xmpp.v2.css @@ -1520,6 +1520,38 @@ padding-left: 0; } + h2 { + font-size: 171.42857%; + line-height: 0.875; + margin: 0 0 0.875em 0; + } + + h3 { + font-size: 150%; + line-height: 1; + margin: 0 0 1em 0; + } + + h4 { + font-size: 128.57143%; + line-height: 1.16667; + margin: 0 0 1.16667em 0; + } + + h5 { + font-size: 100%; + font-weight: bold; + line-height: 1.5; + margin: 0 0 1.5em 0; + } + + h6 { + font-size: 100%; + font-weight: bold; + line-height: 1.5; + margin: 0 0 1.5em 0; + } + h2,h3,h4,h5,h6 { text-indent: -1em; margin-left: 1em;