Increased margin between teaser and toc
authorMarcel Werk <burntime@woltlab.com>
Mon, 30 Dec 2019 15:50:07 +0000 (16:50 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 30 Dec 2019 15:50:07 +0000 (16:50 +0100)
wcfsetup/install/files/style/ui/article.scss

index 4a79494b44eedc84ecedf9a52f12f0d6def97874..b75a2a5372cceaa77712ec7a938e6f7de6e15be9 100644 (file)
@@ -2,6 +2,10 @@
        @include wcfFontBold;
 }
 
+.articleTeaser + .tableOfContentsWrapper {
+       margin-top: 20px;
+}
+
 .articleTeaserContainer + .section,
 .articleImageContainer + .section {
        margin-top: 20px !important;