From 4c82042f990ffd6c48e547cefb861a1f516b7b4f Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 19 Jun 2026 21:37:52 +0200 Subject: Small design improvs for lang select & search --- assets/css/post-card.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'assets/css/post-card.css') diff --git a/assets/css/post-card.css b/assets/css/post-card.css index 368f7a7..471eaf4 100644 --- a/assets/css/post-card.css +++ b/assets/css/post-card.css @@ -15,10 +15,6 @@ display: flex; align-items: center; gap: var(--gap-small); - } - - & .post-card__meta, - .post-card__summary { font-size: var(--font-size-small); } @@ -26,6 +22,11 @@ margin-bottom: 0; } + & .post-card__summary { + font-size: var(--font-size-small); + margin-bottom: 20px; + } + @media (max-width: 768px) { padding: 0 var(--gap-small); } -- cgit v1.2.3