From 24b0e72eab0e1b941a5b74a23d7bea61d3df15d8 Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 3 Mar 2026 14:51:59 +0100 Subject: [PATCH] more bounce --- css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/common.css b/css/common.css index f2f7d9c..e485950 100644 --- a/css/common.css +++ b/css/common.css @@ -67,7 +67,7 @@ td#timeCell { @keyframes hard-dropped-table-animation { 25% { - transform: translateY(2px); + transform: translateY(3px); } } .hard-dropped-table-animation {