add 2048 icn

This commit is contained in:
neon443
2024-04-03 15:18:21 +01:00
parent c68b01cbb2
commit 3a65048cc5
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ td img{
margin-right: auto;
transform: scale(0.9, 0.9);
border-radius: 10px;
transition: all 0.2s ease-in-out 100ms;
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
position: relative;
}
@@ -175,4 +175,4 @@ td img:hover {
}
@media screen and (max-width: 600px) {
}
}