diff options
author | Alex Scerba <alex@scerba.org> | 2025-07-14 21:52:46 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-07-14 21:52:46 -0500 |
commit | e9694f62bd4f641be73e2df60ace5e9daa6a2dfa (patch) | |
tree | 70b20e289dbaf3ee3bbbaeb715121a541e31f293 | |
parent | d502f24c4b4099ab709a8b9eb482c3690dbbadd2 (diff) |
-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;
|