mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
replace class container by container-fluid (full width in bootstrap)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user