From 5802a133f7814ad581f23d9f73ff6b67af40b61f Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Mon, 2 Dec 2024 13:20:16 +1100 Subject: [PATCH] pointer events none --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index d471bbf..16fccda 100644 --- a/style.css +++ b/style.css @@ -152,6 +152,8 @@ h1 { font-size: 2rem; text-decoration: none; display: inline-block; + pointer-events: none; + /* Ensure proper alignment for the text-shadow */ }