diff options
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e4b7571..66d4ece 100644 --- a/static/style.css +++ b/static/style.css @@ -84,6 +84,10 @@ article, #intro, .main-bg, .entries { box-shadow: 0 0 1em 0.4em rgb(224, 224, 224);
}
+article {
+ word-wrap: break-word;
+}
+
.return {
padding: 1rem 3rem;
background-color: white;
|