frontend: remove needless flex-i-fullsize

This commit is contained in:
Lucas 2023-02-19 18:31:08 +00:00
parent 82aeb0c536
commit 137ad87699
2 changed files with 2 additions and 2 deletions

View File

@ -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 %]" />

View File

@ -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 -%]