fixed adaptation for saper error-block

This commit is contained in:
Kostya
2024-02-08 22:01:34 +03:00
parent 96b54727db
commit 285692ef3f

View File

@@ -239,7 +239,7 @@
.error-block { .error-block {
position: absolute; position: absolute;
top: 440px; top: 445px;
} }
.error-block h2 { .error-block h2 {
@@ -469,7 +469,9 @@
.saper-game__content { .saper-game__content {
width: auto; width: auto;
} }
.error-block {
top: 425px;
}
.saper-start { .saper-start {
width: 30%; width: 30%;
height: 500px; height: 500px;
@@ -548,7 +550,9 @@
.bg-two { .bg-two {
left: 300px; left: 300px;
} }
.error-block {
top: 410px;
}
.saper-game__content { .saper-game__content {
width: auto; width: auto;
} }