Fix banner overlapping with other content
In some sections we had negative top margins to compensate the header bottom margin. However, when adding a banner between the header and those sections, the negative margin caused the content of those sections to overlap with the content of the banner. Removing the negative margins when a banner is present solves the issue.
This commit is contained in:
@@ -2287,6 +2287,13 @@ table {
|
||||
// 18. Banners
|
||||
// -----------
|
||||
|
||||
.banner {
|
||||
|
||||
+ .budget.expanded,
|
||||
+ .jumbo {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// 19. Recommendations
|
||||
// -------------------
|
||||
|
||||
Reference in New Issue
Block a user