From 699ad5fc662b47759d615ce914dbd5eb5784eb2f Mon Sep 17 00:00:00 2001
From: Michael Kessler <michael.kessler@sgalinski.de>
Date: Tue, 3 May 2022 15:46:14 +0200
Subject: [PATCH] [TASK] Remove negative margin from tx-sgnews

---
 Resources/Public/Sass/_sg-news.scss | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Resources/Public/Sass/_sg-news.scss b/Resources/Public/Sass/_sg-news.scss
index f90f33c..63843a3 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;
-- 
GitLab