This commit is contained in:
Hepatica
2024-01-27 01:30:41 +01:00
5 changed files with 89 additions and 23 deletions

View File

@@ -337,6 +337,17 @@ input[type="number"]::-webkit-outer-spin-button {
filter: blur(5px);
}
.img-style-click {
position: relative;
width: 110px;
height: 110px;
top: -70px;
}
.crystal-img {
left: -5px;
}
.game-start {
pointer-events: unset !important;
}
@@ -520,6 +531,9 @@ input[type="number"]::-webkit-outer-spin-button {
.square {
width: 75px;
}
.img-style-click {
left: -15px;
}
.info-emeralds {
margin-top: 6.5%;
}

View File

@@ -156,4 +156,8 @@ body, html {
/*height: 96.2%;*/
}
/* /Saper */
/* /Saper */
/* Media */
/* /Media */