add hyphens to cards if text needs breaks

This commit is contained in:
Aarni Halinen
2026-02-02 20:13:47 +02:00
parent 5d069047c8
commit 28e87e2b8e
+1
View File
@@ -43,6 +43,7 @@ const StyledCard = styled.article`
} }
h3 { h3 {
hyphens: auto;
padding: 0.5rem; padding: 0.5rem;
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 300; font-weight: 300;