add white bg to update card
This commit is contained in:
parent
ce22ac69cf
commit
c0172a93b9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{% for update in updates %}
|
{% for update in updates %}
|
||||||
{% if wrapper_classes %}<div class="{{ wrapper_classes }}">{% endif %}
|
{% if wrapper_classes %}<div class="{{ wrapper_classes }}">{% endif %}
|
||||||
<div class="box-card border-blue shadow-blue" id="update-{{ update.pk }}">
|
<div class="box-card border-blue shadow-blue bg-white" id="update-{{ update.pk }}">
|
||||||
<div>
|
<div>
|
||||||
<a href="{{ update.get_absolute_url }}" class="text-body text-decoration-none">
|
<a href="{{ update.get_absolute_url }}" class="text-body text-decoration-none">
|
||||||
<div class="box-card-header bg-blue-20 d-flex justify-content-center p-3 p-md-4 tight-margin flex-column">
|
<div class="box-card-header bg-blue-20 d-flex justify-content-center p-3 p-md-4 tight-margin flex-column">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue