From 680c5808a3a89d8c36d347e6b4b42ea463097eba Mon Sep 17 00:00:00 2001 From: asus Date: Mon, 27 May 2024 14:23:09 +0200 Subject: [PATCH] added break word on all letters for links --- styles/text.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/text.css b/styles/text.css index 51f4642..adf6270 100644 --- a/styles/text.css +++ b/styles/text.css @@ -55,3 +55,6 @@ h6 { margin: 10px 0px; font-size: 1.0rem; } font-size: min(1.5vw, 0.7rem); } +a { + word-break: break-all; +}