This commit is contained in:
2026-08-05 23:00:14 +07:00
parent 33cde1d28b
commit ec6a5dc709
16 changed files with 11 additions and 34 deletions
+3 -5
View File
@@ -152,7 +152,7 @@ function getTextForCounter(count: number): string[] {
}
.game-input-run::placeholder {
color: #333333;
color: #333;
}
.game-input-run:focus {
@@ -216,11 +216,9 @@ function getTextForCounter(count: number): string[] {
margin: 0 1px;
display: inline-block;
text-align: center;
background-image: url("@/assets/images/paper.jpg");
background-size: cover;
box-shadow: 0px -2px 5px black;
box-shadow: 0 -2px 5px black;
}
.places-text-number {
@@ -245,7 +243,7 @@ function getTextForCounter(count: number): string[] {
margin: 0 4px;
}
@media (min-width: 1025px) {
@media (width >= 1025px) {
.center-block-700 {
width: 700px;
margin: 0 auto;