diff --git a/components/SectionHeader.module.css b/components/SectionHeader.module.css index 6da437d..fcbc87f 100644 --- a/components/SectionHeader.module.css +++ b/components/SectionHeader.module.css @@ -10,7 +10,7 @@ color: var(--primary-accent-light); font-size: calc(70rem / 16); margin: calc(40rem / 16) auto; - word-break: break-all; + word-break: break-word; } .subTitle {