From 28e87e2b8eca4413c2541caf158662abe0691f41 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 2 Feb 2026 20:13:47 +0200 Subject: [PATCH] add hyphens to cards if text needs breaks --- src/components/Card.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Card.tsx b/src/components/Card.tsx index 430badd..5ddd478 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -43,6 +43,7 @@ const StyledCard = styled.article` } h3 { + hyphens: auto; padding: 0.5rem; font-size: 1.5rem; font-weight: 300;