„css/skeleton-auto.css“ ändern

This commit is contained in:
Yann Mölle 2023-04-14 20:52:46 +02:00
parent 114bb9405a
commit fa91bb9f78

View File

@ -261,13 +261,10 @@ hr {
}
.zoom-box {
transition: transform .7s; /* Animation */
transition: transform .2s; /* Animation */
}
.zoom-box:hover {
transform: scale(1.1);
transform: scale(1.05);
}