From e9694f62bd4f641be73e2df60ace5e9daa6a2dfa Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Mon, 14 Jul 2025 21:52:46 -0500 Subject: add word wrap for articles --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3