Largeur maximale tout le temps. Fix #54
This commit is contained in:
parent
c46c5a96d0
commit
1b02effc63
@ -20,9 +20,6 @@
|
||||
Événements {{ calendar.firstdate | date:"F o"|add_de }}
|
||||
{% endblock %}
|
||||
|
||||
{% block main-fluid %}-fluid{% endblock %}
|
||||
{% block footer-fluid %}-fluid{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Événements de {{ calendar.firstdate | date:"F o" }}</h1>
|
||||
|
||||
|
@ -20,9 +20,6 @@
|
||||
Événements de la semaine {{ week }} - {{ year }}
|
||||
{% endblock %}
|
||||
|
||||
{% block main-fluid %}-fluid{% endblock %}
|
||||
{% block footer-fluid %}-fluid{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% if home %}
|
||||
|
@ -54,7 +54,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<main class="container{% block main-fluid %}{% endblock %}">
|
||||
<main class="container-fluid">
|
||||
{% if messages %}
|
||||
{% for message in messages %}
|
||||
<p {% if message.tags %} class="message {{ message.tags }} " {% endif %}> {{ message }}</p>
|
||||
@ -64,7 +64,7 @@
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
<footer class="container{% block footer-fluid %}{% endblock %}">
|
||||
<footer class="container-fluid">
|
||||
<div class="grid">
|
||||
<div>
|
||||
<h3>Informations</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user