Skip to content

Commit ab15214

Browse files
committed
bug: fix dynamic image on landing page
1 parent 796ce2b commit ab15214

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/retail/templates/home/index2021.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
{% include 'home/nav.html' %}
130130
</div>
131131
{% if landingBanner.slides|length > 1 %}
132-
<header class="grad home-carousel">
132+
<header class="w-100 home-carousel">
133133
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
134134
<ol class="carousel-indicators home">
135135
{% for slide in landingBanner.slides %}
@@ -181,9 +181,9 @@ <h1 class="mt-5">{{ landingBanner.slides.0.title }}</h1>
181181

182182
{% else %}
183183
<!-- custom slide -->
184-
<header class="grad home-carousel">
185-
<div class="container build-slide">
186-
<div class="row pt-5">
184+
<header class="w-100 home-carousel">
185+
<div class="build-slide">
186+
<div>
187187
<div class="grants" style="background-image: url('{{ landingBanner.slides.0.backgroundImage }}')">
188188
<div class="d-flex flex-column justify-content-around container">
189189
<h3 class="dates gc-font-heading">{{ landingBanner.slides.0.title }}</h3>

0 commit comments

Comments
 (0)