Update style.css

This commit is contained in:
Equa 2024-12-13 20:58:04 +02:00 committed by GitHub
parent a409389215
commit 1b67360deb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {