frontend: remove needless flex-i-fullsize
This commit is contained in:
parent
82aeb0c536
commit
137ad87699
@ -1,4 +1,4 @@
|
||||
<div class="flex-i-fullsize flex-c-horizontal flex-c-wrap gallery">
|
||||
<div class="flex-c-horizontal flex-c-wrap gallery">
|
||||
[% FOREACH entry IN media -%]
|
||||
<a href="[% entry.view_uri %]">
|
||||
<img class="gallery-image" src="[% entry.image_src %]" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<p class="flex-i-fullsize text-center">
|
||||
<p class="text-center">
|
||||
[% FOREACH tag IN tags -%]
|
||||
<a href="[% tag.uri %]">[% tag.name %] ([% tag.count %])</a>
|
||||
[% END -%]
|
||||
|
Loading…
Reference in New Issue
Block a user