diff --git a/Resources/Public/Sass/_sg-news.scss b/Resources/Public/Sass/_sg-news.scss index f90f33c0dffaa070dc7bd6e43c1e650f57b1ac71..63843a397acbc4a3091e0e2d072b42f4c2105843 100644 --- a/Resources/Public/Sass/_sg-news.scss +++ b/Resources/Public/Sass/_sg-news.scss @@ -1,11 +1,5 @@ @import "layout-content"; -// sg_news SingleView pages have two intro-sections, -// so we need to remove the duplicate white space created by the first one -.intro-section + .main-content .tx-sgnews { - margin-top: $margin-base-vertical * -2; -} - // reduce the gap between the .dark-bg and the comment section .tx-sgnews .content.dark-bg + .content { margin-top: $margin-base-vertical * -1;