From d8d604b59d9c2b9fe3fb717706e567d817e049cf Mon Sep 17 00:00:00 2001 From: Resham Saipranathi <164533685+reshamsai150@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:03:03 +0530 Subject: [PATCH] fixed hovering effect --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index a6c6bba3..c99f24ba 100644 --- a/index.css +++ b/index.css @@ -516,7 +516,7 @@ footer { transition: transform 0.3s ease-in-out; } #img-box img:hover{ - transform: scale(1.2); + transform: scale(1.1); opacity: 0.82; }