diff --git a/templates/blog/card.html b/templates/blog/card.html index 22b7da4aa3fc48d16158e44bf453842edbe9edc8..50bc952f824196d714cedad1dc84fb6910221070 100644 --- a/templates/blog/card.html +++ b/templates/blog/card.html @@ -5,7 +5,7 @@ {% set image = resize_image(path="@/" ~ post.colocated_path ~ "/" ~ post.extra.depiction.image, width=800, height=600) -%} <img src="{{ image.url }}" alt="{{ post.extra.depiction.alt }}" /> {% if post.extra.depiction.credits %} - <figcaption class="-1 has-text-white has-background-black is-size-7 is-italic">{{ post.extra.depiction.credits }}</figcaption> + <figcaption class="p-1 has-text-white has-background-black is-size-7 is-italic">{{ post.extra.depiction.credits }}</figcaption> {% endif %} </figure> </a> diff --git a/templates/blog/meta_line.html b/templates/blog/meta_line.html index cb101e887939f79c9678b4bf1a19aac34c171a9b..7da4a02f83530c09c918df04278562390ea45a0b 100644 --- a/templates/blog/meta_line.html +++ b/templates/blog/meta_line.html @@ -1,4 +1,4 @@ -<p class="subtitle is-7"> +<p class="subtitle is-7 py-2"> <span title="Veröffentlicht am"><i class="fa-solid fa-calendar-days"></i> {{ post.date }}</span> · <span title="Lesezeit"><i class="fa-solid fa-hourglass-start"></i> {{ post.reading_time }} min</span> </p>