Move banner to css/images

This commit is contained in:
hiro 2020-10-19 20:20:52 +02:00
parent 54e56dc316
commit a1bf61f36c
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 274 KiB

View File

@ -7,7 +7,7 @@
{% if this.color == 'primary' %}
<div class="container bg-primary pt-5">
{% else %}
<div class="container {% if this.header_color %} bg-{{ this.header_color }} {% else %} bg-dark {% endif %} pt-5">
<div class="container {% if this.header_color %} bg-{{ this.header_color }} {% else %} bg-dark {% endif %}git pt-5">
{% endif %}
<div class="row">
{% if this.html == 'donate-form.html' and this.header_image|length %}