From 361d2840a69f999d93117b8226be4c94651a74f0 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Mon, 2 Dec 2024 16:50:53 +1100 Subject: [PATCH] hovertext fix --- index.html | 10 +++++----- style.css | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 9e4db23..ea9e7bb 100644 --- a/index.html +++ b/index.html @@ -44,19 +44,19 @@ diff --git a/style.css b/style.css index 09a0336..148c12b 100644 --- a/style.css +++ b/style.css @@ -248,6 +248,7 @@ h1:hover { font-size: 0.875rem; opacity: 0; transition: opacity 0.2s; + white-space: nowrap; } .social-links a:hover::after {