From 1b67360deb2adde892b5b2aee63f78ca4f78f7d2 Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:58:04 +0200 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 73b55cf..e7df3de 100644 --- a/style.css +++ b/style.css @@ -337,9 +337,9 @@ input[type="text"]:focus { box-shadow: 0 2px 10px var(--shadow); } -/* Add hover effect to move the shortcut upward */ +/* Scale go up (no i won't remove this)*/ .shortcut:hover { - transform: scale(1.2); /* Scale up the element to 110% */ + transform: scale(1.079); /* Scale up the element*/ } .shortcut img {