Skip to content

Commit

Permalink
fix card-footer in card hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace-Amondi committed Aug 20, 2023
1 parent 8fdd115 commit f08e9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/home/templates/hero_types/card_hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{% for item in forecasts.forecast_items %}
{% if item.condition %}
{% if not forloop.first %}
<div class="card-footer-item" style="border-radius:0.5em; backdrop-filter: blur(10px); background-color: #ffffff20;-webkit-backdrop-filter: blur(10px);">
<div class="card-footer-item">
<div>
{{ item.forecast_date }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/home/templates/hero_types/half_hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
style="position: relative;max-height:fit-content; ">
<div class="container-fluid">
<div id="filtered-forecasts">
<div class="columns is-justify-content-center is-align-items-center px-4 mb-0 pt-2">
<div class="columns is-justify-content-center is-align-items-center mb-0 pt-2">
<div class="column is-5" style="display:flex; justify-content: center;">
<div class="px-4 title-subtitle" style=" width:70%">
<p class="title pb-4"
Expand Down

0 comments on commit f08e9fe

Please sign in to comment.