better base.html columns size

This commit is contained in:
Arthur Gerbaud
2016-09-08 11:34:38 +02:00
parent ec7f085b8e
commit d690ef4143

View File

@@ -12,10 +12,10 @@
<body>
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-2">
<div class="col-sm-3 col-md-2 col-lg-2">
{% include "navbar.html" %}
</div>
<div class="col-sm-8 col-md-8 col-lg-10">
<div class="col-sm-9 col-md-10 col-lg-10">
<h1 class="page-header">{% block page_header %}{% endblock %}</h1>
{% bootstrap_messages %}
{% block content %}{% endblock %}