title word break

This commit is contained in:
theo1 2023-12-25 17:15:09 +01:00
parent d11db161fb
commit 1ad2b5bb7e
2 changed files with 10 additions and 0 deletions

View File

@ -113,4 +113,9 @@ footer {
nav li {
margin: 1em;
}
h2, h3 {
word-break: break-word;
hyphens: auto;
}
}

View File

@ -113,4 +113,9 @@ footer {
nav li {
margin: 1em;
}
h2, h3 {
word-break: break-word;
hyphens: auto;
}
}