fixed adaptation for error-block

This commit is contained in:
Kostya
2024-02-08 21:57:50 +03:00
parent 8cc0235281
commit 96b54727db

View File

@@ -140,8 +140,8 @@
z-index: 1; z-index: 1;
} }
.crash-content .error-block { .crash-game__content .error-block {
top: 420px; top: 425px;
} }
/* /Crash-Window */ /* /Crash-Window */
@@ -283,8 +283,8 @@
/* Media */ /* Media */
@media screen and (max-width: 1740px) and (min-width: 1400px) { @media screen and (max-width: 1740px) and (min-width: 1400px) {
.crash-content .error-block { .crash-game__content .error-block{
top: 410px; top: 407px !important;
} }
.crash-game__graph { .crash-game__graph {
width: 500px; width: 500px;
@@ -305,8 +305,8 @@
.header__nav nav a { .header__nav nav a {
font-size: 16px; font-size: 16px;
} }
.crash-content .error-block { .crash-game__content .error-block{
top: 400px; top: 405px !important;
} }
.crash-game__graph { .crash-game__graph {
width: 400px; width: 400px;