fix: media meta grid on mobile
This commit is contained in:
parent
b5ce1f7c77
commit
2b364b1e5e
5 changed files with 15 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue