allow for breaking mid word because handles are long

This commit is contained in:
2026-05-08 16:55:37 -07:00
parent f84e17598f
commit d2739336c2

View File

@ -50,6 +50,10 @@ main {
} }
} }
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}
h1, h2, h3 { h1, h2, h3 {
font-weight: 400; font-weight: 400;
} }