small fixes

This commit is contained in:
teldra 2022-04-11 20:29:47 +02:00
parent 262d08278d
commit 2deaa9096d
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ article #readmore {
font-weight: bold; font-weight: bold;
} }
#articletext a { #articletext {
margin-bottom: 1rem; margin-bottom: 1rem;
word-wrap: break-word;
overflow-wrap: break-word; overflow-wrap: break-word;
} }