From 544498c5924d0716b5d372f437fc7bfed8b046df Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 30 Dec 2019 16:50:07 +0100 Subject: [PATCH] Increased margin between teaser and toc --- wcfsetup/install/files/style/ui/article.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcfsetup/install/files/style/ui/article.scss b/wcfsetup/install/files/style/ui/article.scss index 4a79494b44..b75a2a5372 100644 --- a/wcfsetup/install/files/style/ui/article.scss +++ b/wcfsetup/install/files/style/ui/article.scss @@ -2,6 +2,10 @@ @include wcfFontBold; } +.articleTeaser + .tableOfContentsWrapper { + margin-top: 20px; +} + .articleTeaserContainer + .section, .articleImageContainer + .section { margin-top: 20px !important; -- 2.20.1