From 8820d15c645282df4a179b756a5a1432c1f24198 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Fri, 30 May 2025 11:06:46 +0200 Subject: [PATCH] feat: reduce motion --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5c2dde6..4a5972f 100644 --- a/index.html +++ b/index.html @@ -142,7 +142,7 @@ } .column:hover { - transform: translateY(-5px); + /*transform: translateY(-5px);*/ box-shadow: 0 12px 40px rgba(0, 255, 136, 0.15); }