batch replace grid- (scratch) by col- (bootstrap)

hand replace
* push- by offset-
* no-gutter by g-0

add breakpoints md- and sm-
This commit is contained in:
2021-07-08 15:04:44 +02:00
parent b10012f4da
commit ccee105efb
34 changed files with 55 additions and 55 deletions

View File

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