make the header wave animation less choppy

This commit is contained in:
Nico 2025-08-07 16:15:20 +10:00
parent bb4ea44b3e
commit 13755eef5c
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -111,9 +111,6 @@ header a:hover {
50% {
transform: translateY(-50px);
}
75% {
scale: 140%;
}
100% {
transform: translateY(0px);
}