From 4ae792d1cc5a040a348f808d498f838265a3b92c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 01:48:09 +0100 Subject: [PATCH] Adjust flex properties for .entry-card__content and .entry-card__title --- client/src/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/index.css b/client/src/index.css index fe54364..13e8a09 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -99,9 +99,9 @@ h4 { } .entry-card__content { - flex: 1; + flex: 1 1 75%; + min-width: 0; padding-right: 1rem; - max-width: 75%; } .entry-card__title { @@ -114,6 +114,7 @@ h4 { flex-direction: column; gap: 0.35rem; align-items: flex-end; + flex: 0 0 25%; min-width: 140px; }