mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed adaptation for error-block
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user