From 2b94b13fa98713dea5a8c50b1d65647fa99fcf1d Mon Sep 17 00:00:00 2001 From: futile Date: Fri, 7 Nov 2025 08:05:45 +0000 Subject: [PATCH] make click area be much tighter --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 6bd15df..8cd7f04 100644 --- a/style.css +++ b/style.css @@ -23,6 +23,10 @@ body { font-size: clamp(1em, 12em, 40vw); user-select: none; + /* make click area be much tighter */ + line-height: 1; + overflow: hidden; + /* because chromium renders this font like dogshit at weight 600 */ @supports not (-moz-appearance: none) { font-weight: 400;