From de879a6b1dd248d0dba8de12a290671509839f42 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 23 Jul 2026 20:57:22 +0200 Subject: Bottom align headline pdf cards --- public/stylesheets/ccc.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/stylesheets/ccc.css') diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 5046baac..a8d29459 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -778,7 +778,7 @@ div.teaser_ruler { .headline_document_card { display: flex; - align-items: flex-start; + align-items: flex-end; gap: 1.5em; margin: 1.5em 0; text-decoration: none; @@ -796,6 +796,7 @@ div.teaser_ruler { flex-direction: column; gap: 0.3em; padding-top: 0.5em; + padding-bottom: 0.5em; } .headline_document_card_titlerow { -- cgit v1.3