feat: wrap long words

This commit is contained in:
2022-08-09 15:54:17 -04:00
parent 070b0383c9
commit c2c2249dd5
2 changed files with 5 additions and 0 deletions

View File

@@ -58,4 +58,8 @@ const prettyDate = latestDate.format("DD MMM YYYY");
article p {
color: gray;
}
h2 {
word-break: break-all;
}
</style>