mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +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:
@@ -4,8 +4,8 @@
|
||||
{% block title 'household.Edit household members'|trans %}
|
||||
|
||||
{% 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">
|
||||
<h1>{{ block('title') }}</h1>
|
||||
<div id="household_members_editor"></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user