11087 fix bottom banner background

This commit is contained in:
Arthur 2022-12-02 10:50:27 -08:00
parent db7590df1a
commit bd718cf956
5 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -594,6 +594,10 @@ div.content-container {
}
}
div.banner-content {
background-color: $tab-content-bg;
}
// Prevent scrolling of body content when nav menu is open on mobile.
.sidebar.collapse.show ~ .content-container > .content {
@media (max-width: map.get($grid-breakpoints, 'md')) {

View File

@ -106,7 +106,7 @@ Blocks:
</div>
{% if config.BANNER_BOTTOM %}
<div class="text-center mx-3">
<div class="banner-content text-center px-3">
{{ config.BANNER_BOTTOM|safe }}
</div>
{% endif %}