From 3c4a0a5b4e5f1a38f1efcda37efaf19cc16510de Mon Sep 17 00:00:00 2001 From: djcowan Date: Thu, 12 Sep 2024 21:46:03 +1000 Subject: [PATCH] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b5b645f..72cc7ba 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ color: #131313; text-align: center; font-size: calc(50vw * 0.89); - letter-spacing: -3pt; + letter-spacing: -80pt; transition: all 1s ease-in-out; } @@ -37,6 +37,7 @@ body:hover h1 { text-decoration: none; color: #101010; + letter-spacing: -50pt; transition: all 1s ease-in-out; text-shadow: 0 0 1px rgba(255, 255, 255, .1); }