[enh] fun display of galleries, take less space for the first instead of the last, putting the first more in sight :)
This commit is contained in:
parent
17379027bc
commit
8175ed4de7
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
|
||||
<div class="galleries-grid">
|
||||
{% for galleries_line in galleries|batch(3) %}
|
||||
{% for galleries_line in galleries|reverse|batch(3)|reverse %}
|
||||
<div class="galleries-line covers-{{ galleries_line|length }}">
|
||||
{% for gallery in galleries_line %}<!-- comment tricks against space between inline-block
|
||||
--><div class="gallery-square">
|
||||
|
Loading…
x
Reference in New Issue
Block a user