Switched even and odd css classes again.

This commit is contained in:
Stephan 2021-02-14 21:24:29 +01:00
parent 5ed23130cc
commit 80468e5425
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</div>
{% for child in this.children %}
{% if child._model == 'section' %}
<section class="content {{ loop.cycle('-even', '-odd') }} -columns">
<section class="content {{ loop.cycle('-odd', '-even') }} -columns">
{% if child.title %}
<div class="content__box">
<div class="content__inner_box">