From dff6622675c4dcb2e28b0be4b875ef0fd3d764bf Mon Sep 17 00:00:00 2001 From: salamah Date: Mon, 2 Jan 2023 14:27:14 -0800 Subject: [PATCH] Style:remove link overflow --- public/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index fed1323..28d35eb 100644 --- a/public/style.css +++ b/public/style.css @@ -68,7 +68,7 @@ h1{ .link-container a{ font-family: 'Space Mono', monospace; color: #e6f1ff; - font-size: 14pt; + font-size: 14pt; } .footer{ text-align: center; @@ -90,6 +90,8 @@ h1{ } .link-container a{ max-width: 80%; - } - + /*Wrap Link*/ + white-space: pre-wrap; + word-wrap: break-word; + } } \ No newline at end of file