File tree 1 file changed +4
-4
lines changed
app/retail/templates/home 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 129
129
{% include 'home/nav.html' %}
130
130
</ div >
131
131
{% if landingBanner.slides|length > 1 %}
132
- < header class ="grad home-carousel ">
132
+ < header class ="w-100 home-carousel ">
133
133
< div id ="carouselExampleIndicators " class ="carousel slide " data-ride ="carousel ">
134
134
< ol class ="carousel-indicators home ">
135
135
{% for slide in landingBanner.slides %}
@@ -181,9 +181,9 @@ <h1 class="mt-5">{{ landingBanner.slides.0.title }}</h1>
181
181
182
182
{% else %}
183
183
<!-- 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 >
187
187
< div class ="grants " style ="background-image: url('{{ landingBanner.slides.0.backgroundImage }}') ">
188
188
< div class ="d-flex flex-column justify-content-around container ">
189
189
< h3 class ="dates gc-font-heading "> {{ landingBanner.slides.0.title }}</ h3 >
You can’t perform that action at this time.
0 commit comments