Skip to content

Commit

Permalink
[AdminUser][Customer] Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojdylak committed Dec 19, 2024
1 parent ed9dc8f commit 5e5d234
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div class="row">
{% hook 'sections' %}
<div class="row">
<div class="col-12 col-md-6">
{% hook 'sections#left' %}
</div>
<div class="col-12 col-md-6">
{% hook 'sections#right' %}
</div>
</div>
<div class="row">
<div class="col-12 col-md-6">
{% hook 'sections#left' %}
</div>
<div class="col-12 col-md-6">
{% hook 'sections#right' %}
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div class="row">
{% hook 'sections' %}
<div class="row">
<div class="col-12 col-md-6">
{% hook 'sections#left' %}
</div>
<div class="col-12 col-md-6">
{% hook 'sections#right' %}
</div>
</div>
<div class="row">
<div class="col-12 col-md-6">
{% hook 'sections#left' %}
</div>
<div class="col-12 col-md-6">
{% hook 'sections#right' %}
</div>
</div>

0 comments on commit 5e5d234

Please sign in to comment.