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 %}

View file

@ -1,5 +1,5 @@
<nav class="navbar navbar-toggleable-md navbar-expand-lg navbar-light bg-faded">
<div class="container">
<div class="container-fluid">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>