Use fluid layout.

This commit is contained in:
Edward Betts 2018-05-31 14:59:01 +01:00
parent 18159b92cc
commit 92e72a09c8
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
{% include "navbar.html" %}
{% block dialogs %}
{% endblock %}
<div class="container mt-3">
<div class="container-fluid mt-3">
{% include "flash_msg.html" %}
{% block content %}