Tweak word breaking behavior

This commit is contained in:
Shadowfacts 2020-07-22 23:28:39 -04:00
parent 92542b595e
commit 569fa23422
Signed by untrusted user: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 5 additions and 0 deletions

View File

@ -203,6 +203,11 @@ article {
background: var(--accent-color);
}
a::before, a::after,
p code {
word-break: break-all;
}
// Markdown decorations
@media screen and (min-width: 768px) {
a {