feat: wrap long words
This commit is contained in:
@@ -58,4 +58,8 @@ const prettyDate = latestDate.format("DD MMM YYYY");
|
||||
article p {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
h2 {
|
||||
word-break: break-all;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user