diff --git a/index.css b/index.css index 09ca18c9..4b3eb39e 100644 --- a/index.css +++ b/index.css @@ -600,7 +600,7 @@ footer { transition: transform 0.3s ease-in-out; } #img-box img:hover{ - transform: scale(1.2); + transform: scale(1.1); opacity: 0.82; }