Skip to content

Commit

Permalink
bug: fix dynamic image on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Jun 1, 2022
1 parent 796ce2b commit ab15214
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/retail/templates/home/index2021.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
{% include 'home/nav.html' %}
</div>
{% if landingBanner.slides|length > 1 %}
<header class="grad home-carousel">
<header class="w-100 home-carousel">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators home">
{% for slide in landingBanner.slides %}
Expand Down Expand Up @@ -181,9 +181,9 @@ <h1 class="mt-5">{{ landingBanner.slides.0.title }}</h1>

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

0 comments on commit ab15214

Please sign in to comment.