Skip to content

Commit

Permalink
Merge pull request #26888 from guardian/ih/front-banner-ad-background
Browse files Browse the repository at this point in the history
Fix issue with banner ads on fronts not matching their appearance on DCR-rendered pages
  • Loading branch information
i-hardy authored Feb 8, 2024
2 parents 3e29b5d + d60491c commit f89e76a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/src/stylesheets/module/facia-garnett/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ $header-image-size-desktop: 100px;

.fc-container--commercial {
padding-bottom: 0;
background-color: $brightness-97;
z-index: 2;
}

.fc-container__inner,
Expand Down
2 changes: 2 additions & 0 deletions static/src/stylesheets/module/facia/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ $header-image-size-desktop: 100px;

.fc-container--commercial {
padding-bottom: 0;
background-color: $brightness-97;
z-index: 2;
}

.fc-container__inner,
Expand Down

0 comments on commit f89e76a

Please sign in to comment.