Content top-margin decrease

This commit is contained in:
Jordan Stremming
2019-02-03 20:26:14 -06:00
parent e494e44581
commit 82586ebf60
+1 -1
View File
@@ -28,7 +28,7 @@
{# Content #}
{% block content_before %}{% endblock %}
<div class='container mt-5'>
<div class='container mt-4'>
{% block content %}{% endblock %}
</div>
{% block content_after %}{% endblock %}