Skip to content

Commit

Permalink
add bg colour and z-index to escape 'border' lines
Browse files Browse the repository at this point in the history
  • Loading branch information
i-hardy committed Feb 7, 2024
1 parent bb0302f commit d60491c
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 d60491c

Please sign in to comment.