Shade background of home view

This commit is contained in:
jeremystretch 2021-07-22 08:14:17 -04:00
parent c694549312
commit e65fc972aa

View File

@ -23,8 +23,8 @@
{% block title %}Home{% endblock %}
{% block content %}
{% block content-wrapper %}
<div class="tab-content">
{# General stats #}
<div class="row masonry">
{% for section, items, icon in stats %}
@ -78,4 +78,5 @@
</div>
</div>
{% endif %}
{% endblock content %}
</div>
{% endblock content-wrapper %}