Don't break lines in middle of ALL words

This commit is contained in:
Konrad Borowski 2019-03-15 09:17:46 +01:00
parent f83d4abbf1
commit 3343c7a3a2

View File

@ -5,7 +5,7 @@ body {
text-align: justify; text-align: justify;
hyphens: auto; hyphens: auto;
font-family: sans-serif; font-family: sans-serif;
word-break: break-all; word-break: break-word;
} }
header { header {
background: #dd6; background: #dd6;