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

BIN
images/2048/icon.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -137,7 +137,7 @@ td img{
margin-right: auto; margin-right: auto;
transform: scale(0.9, 0.9); transform: scale(0.9, 0.9);
border-radius: 10px; 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; position: relative;
} }