From: Marcel Werk Date: Tue, 14 Apr 2020 18:15:28 +0000 (+0200) Subject: Fixed margin of paragraph tag on amp pages X-Git-Tag: 5.2.6~54 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f79c081cf01b11327a707678e4f943a4b72aab1d;p=GitHub%2FWoltLab%2FWCF.git Fixed margin of paragraph tag on amp pages --- diff --git a/com.woltlab.wcf/templates/ampHeader.tpl b/com.woltlab.wcf/templates/ampHeader.tpl index 17d9d95937..31b3c23fc3 100644 --- a/com.woltlab.wcf/templates/ampHeader.tpl +++ b/com.woltlab.wcf/templates/ampHeader.tpl @@ -137,6 +137,10 @@ margin-top: 30px; } + .article .articleContent p { + margin: 0; + } + .article .articleTeaser { font-weight: 600; }