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 {