Skip to content
Snippets Groups Projects
Commit 699ad5fc authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Remove negative margin from tx-sgnews

parent 1fda1bb4
No related branches found
No related tags found
No related merge requests found
@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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment