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 {