Break word of titles/descriptions

This commit is contained in:
Chocobozzz 2020-09-07 14:05:41 +02:00
parent fd69bf6be0
commit 21aa568452
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,7 @@ body {
font-size: 24px;
font-weight: bold;
margin: 0 5px 0 0;
word-break: break-word;
a {
color: #000;
@ -161,6 +162,7 @@ body {
.description {
margin: 10px 0 20px 0;
word-break: break-word;
}
.metadatas {