fix: media meta grid on mobile

This commit is contained in:
Devin Haska 2025-01-25 22:28:41 -08:00
parent b5ce1f7c77
commit 2b364b1e5e
5 changed files with 15 additions and 9 deletions

View file

@ -38,7 +38,7 @@ layout: "layouts/base"
</div>
{% if subtitle %}<h2>{{ subtitle }}</h2>{% endif %}
{% if rating %}{{ stars(rating) }}{% endif %}
<ul class="list-none p-0 mb-0 media-meta-grid gap-0.5">
<ul class="list-none p-0 mb-0 media-meta gap-0.5">
{% if year %}
<li class="flex-col">
<strong>Released</strong><span>{{ year }}</span>