fix: media meta grid on mobile
This commit is contained in:
parent
b5ce1f7c77
commit
2b364b1e5e
5 changed files with 15 additions and 9 deletions
|
@ -24,7 +24,7 @@ layout: "layouts/base"
|
|||
<h2>{{ title }}</h2>
|
||||
{% if subtitle %}<p class="text-fadeText flow-space-0.5 line-height-m">{{ subtitle }}</p>{% 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 author %}
|
||||
<li class="flex-col">
|
||||
<strong>Author</strong><span>{{ author }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue