CSS cleanup

This commit is contained in:
video-prize-ranch
2022-12-20 19:35:48 -05:00
parent 82c360baa0
commit e82b47a729
24 changed files with 93 additions and 163 deletions

View File

@@ -15,11 +15,11 @@
<main>
<div class="tagMeta" style="background-image: url('{{tag.Background}}');">
<div class="tagMeta__info">
<div class="flex flex-center flex-col text-center">
<h2>{{tag.Display}}</h2>
<p>{{tag.PostCount}} posts</p>
</div>
<div class="tagMeta__sort">
<div class="flex flex-col gap-2">
{{#equal tag.Sort "popular"}}
<a href="?sort=popular"><b>Popular</b></a>
<a href="?sort=newest">Newest</a>