Break long words or URLs to prevent horizontal overflow

This commit is contained in:
Ryan Dotson
2019-08-13 09:27:36 +09:00
parent 9bbd94d09a
commit 6eb27abc13

View File

@@ -5,6 +5,7 @@ body {
margin-right: 64px;
font-family: -apple-system;
font-size: 18px;
word-wrap: break-word; /* break long words or URLs */
}
a {