Fixed PetPet#002 - When playing dice war the dices would lose the 'dice' class and lose size

This commit is contained in:
2024-09-25 08:46:59 +02:00
parent 7d1cd18e36
commit 7e60ee0145
2 changed files with 44 additions and 3 deletions

View File

@@ -108,6 +108,24 @@ button{
}
}
@media screen and (max-width: 600px){
.dice{
width: 50px;
height: 50px;
margin: .7rem;
border-radius: 7.5px;
}
}
@media screen and (max-width: 676px){
.dice{
width: 60px;
height: 60px;
margin: .8rem;
border-radius: 9px;
}
}
.cash{
position: absolute;
left: 0;
@@ -129,7 +147,7 @@ button{
.coins{
position: absolute;
color: red;
color: #0f0;
z-index: 5;
user-select: none;
left: 135px;