make click area be much tighter

This commit is contained in:
2025-11-07 08:05:45 +00:00
parent c1bc6eb6b0
commit 2b94b13fa9
+4
View File
@@ -23,6 +23,10 @@ body {
font-size: clamp(1em, 12em, 40vw); font-size: clamp(1em, 12em, 40vw);
user-select: none; user-select: none;
/* make click area be much tighter */
line-height: 1;
overflow: hidden;
/* because chromium renders this font like dogshit at weight 600 */ /* because chromium renders this font like dogshit at weight 600 */
@supports not (-moz-appearance: none) { @supports not (-moz-appearance: none) {
font-weight: 400; font-weight: 400;