From 7646451b0f19e458766b81009ccb8e1970b2119d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20Sch=C3=A4chner?= Date: Tue, 2 Jan 2024 11:34:11 +0100 Subject: [PATCH] Update style.css --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ce2c631..e99e99e 100644 --- a/style.css +++ b/style.css @@ -79,7 +79,8 @@ body { } .project:hover { - /* transform: scale(1.09); */ + transform: scale(1.04); + transition: 0.4s; box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2); }