From 13755eef5ce9693a3a615ee104e1f4070fca0bc1 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 7 Aug 2025 16:15:20 +1000 Subject: [PATCH] make the header wave animation less choppy --- bundle.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/bundle.css b/bundle.css index 753e196..f9db10a 100644 --- a/bundle.css +++ b/bundle.css @@ -111,9 +111,6 @@ header a:hover { 50% { transform: translateY(-50px); } - 75% { - scale: 140%; - } 100% { transform: translateY(0px); }