From a41f0e2491cb919b0443ed39f49dd01253389114 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 01:48:54 +0100 Subject: [PATCH] Adjust alignment and layout in entry card components --- client/src/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/index.css b/client/src/index.css index 13e8a09..f308177 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -83,7 +83,7 @@ h4 { .entry-card { display: flex; justify-content: space-between; - align-items: center; + align-items: flex-start; background: var(--card); padding: 1rem 1rem 0.85rem; border-radius: 16px; @@ -99,7 +99,7 @@ h4 { } .entry-card__content { - flex: 1 1 75%; + flex: 1 1 auto; min-width: 0; padding-right: 1rem; } @@ -114,8 +114,8 @@ h4 { flex-direction: column; gap: 0.35rem; align-items: flex-end; - flex: 0 0 25%; - min-width: 140px; + flex: 0 0 auto; + min-width: 0; } .entry-link {