break word

This commit is contained in:
2023-07-13 23:15:13 +02:00
parent 2bf546ccb5
commit 90895fb957
2 changed files with 4 additions and 1 deletions

View File

@ -67,6 +67,9 @@ h1{
border-radius: 10000px;
margin:0;
font-size: 3rem;
overflow-wrap: break-word;
hyphens: auto;
text-wrap: balance;
}
.tags{
margin-block: 1rem;