We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ad2b7 commit 17f4933Copy full SHA for 17f4933
1 file changed
static/style/style.css
@@ -60,7 +60,7 @@ body {
60
margin: 0 auto;
61
}
62
63
-.game__case {
+.game__case {
64
z-index: 200;
65
position: relative;
66
width: 771px;
@@ -87,13 +87,15 @@ body {
87
z-index: 100;
88
position: absolute;
89
background: url('../images/ui/texture.png');
90
+ content: "";
91
+ display: block;
92
93
94
.loader {
95
z-index: 400;
96
position: fixed;
97
text-transform: uppercase;
- background-color: #ffffff;
98
+ background-color: #e5e5e5;
99
display: flex;
100
flex-direction: column;
101
align-items: center;
0 commit comments