aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-10 20:14:50 -0500
committerSamuel Johnson <[email protected]>2025-12-10 20:14:50 -0500
commit7b2fc032b7c7aea2910d3c10b80b30a7e8e16fff (patch)
treeb925ccb51e8d685f290f5e06882d607394301b5b
parentf6d6947a6f8c70e414e3cb7002275dc181f2eaf8 (diff)
Add word wrap
-rw-r--r--static/app.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/app.css b/static/app.css
index 7085314..b3cfd7c 100644
--- a/static/app.css
+++ b/static/app.css
@@ -98,6 +98,8 @@ a:not(.icon):hover::after {
background-color: rgba(0, 0, 0, 0.8);
color: #dcccd5;
+ word-wrap: break-word;
+
border-radius: 20px;
box-shadow: 0px 0px 15px 2px #410f5e;
}