Fixed margin of paragraph tag on amp pages
authorMarcel Werk <burntime@woltlab.com>
Tue, 14 Apr 2020 18:15:28 +0000 (20:15 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 14 Apr 2020 18:15:28 +0000 (20:15 +0200)
com.woltlab.wcf/templates/ampHeader.tpl

index 17d9d95937d5b3b1383ea835ff5bf129f609d92e..31b3c23fc383bea21527f7b026152ac804bcd6a5 100644 (file)
                                margin-top: 30px;
                        }
                        
+                       .article .articleContent p {
+                               margin: 0;
+                       }
+                       
                        .article .articleTeaser {
                                font-weight: 600;
                        }