replace class container by container-fluid (full width in bootstrap)

This commit is contained in:
2021-03-20 23:20:36 +01:00
parent f0232228a3
commit 0878767c17
8 changed files with 20 additions and 12 deletions

View File

@@ -32,7 +32,7 @@
{% block content %}
{% block admin_content %}<!-- block personcontent empty -->
<div class="container">
<div class="container-fluid">
<div class="grid-10 push-1">
<h2>{{ 'Welcome to the admin section !'|trans }}</h2>
</div>