mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
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:
@@ -20,6 +20,6 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<p class="grid-8 centered error">{{ message }}</p>
|
||||
<p class="col-8 centered error">{{ message }}</p>
|
||||
|
||||
{% endblock %}
|
||||
|
@@ -22,8 +22,8 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="grid-12 parent" >
|
||||
<div class="grid-10 push-1 parent">
|
||||
<div class="col-12 parent" >
|
||||
<div class="col-10 push-1 parent">
|
||||
{% for result in results %}
|
||||
{{ result|raw }}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user