From 8747f1920023c435ada455cb8f01b2bc7b00246b Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 13 Mar 2024 15:30:49 +0100 Subject: [PATCH] Make headings in blog card smaller --- templates/blog/card.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/blog/card.html b/templates/blog/card.html index 36270d51..b73bbde9 100644 --- a/templates/blog/card.html +++ b/templates/blog/card.html @@ -11,8 +11,8 @@ </a> </div> <div class="card-content"> - <a href="{{ post.permalink }}"><h3 class="title is-3">{{ post.title }}</h3></a> - <p class="subtitle"> + <a href="{{ post.permalink }}"><h3 class="title is-4">{{ post.title }}</h3></a> + <p class="subtitle is-5"> {{ post.date }} · {% for author in post.authors %} {{ author }} -- GitLab