From d64526613021b8b37fbf6959d938607f88f26dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Tue, 31 Mar 2026 23:52:24 +0200 Subject: [PATCH] added link nowrap --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 9bc9ca1..9bf8617 100644 --- a/index.html +++ b/index.html @@ -228,6 +228,7 @@ font-size: 0.84rem; font-weight: 500; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--border); padding-bottom: 2px; transition: border-color 0.15s; + white-space: nowrap; } .text-link:hover { border-color: var(--text); } .text-link.ghost { color: var(--muted); }