Merge pull request #65 from claudio4/fix-text

This commit is contained in:
Jacky Zhao 2022-03-09 10:11:36 -08:00 committed by GitHub
commit c51dcaaaf1

View File

@ -183,6 +183,10 @@ article {
border-radius: 3px;
}
}
& p {
overflow-wrap: anywhere;
}
}
.backlinks a {