This commit is contained in:
2024-09-05 15:21:36 +02:00
parent c110a916f3
commit 494ab244ab
4 changed files with 7 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ body{
margin: 1rem;
overflow: hidden;
box-shadow:
inset 5px 5px 15px #aaa,
inset 2.5px 2.5px 7.5px #aaaaaacc,
5px 5px 15px #555;
}
@@ -118,6 +118,7 @@ body{
.game:hover img{
transition: .25s;
transform: scale(1.25);
rotate: 5deg;
}
@media screen and (max-width: 500px){