add hyphens to cards if text needs breaks

This commit is contained in:
Aarni Halinen
2026-02-02 20:13:47 +02:00
committed by jadera
parent 4510bb08d8
commit b49e9e70b2
+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;