GameConfig: Fix css assets

This commit is contained in:
LoveEevee
2018-10-28 14:54:15 +03:00
parent d1ae38e9c4
commit a4e119ecf6
10 changed files with 33 additions and 14 deletions

View File

@@ -21,7 +21,10 @@
color: #fff;
}
#loading-don{
width: 50%;
width: 10vw;
height: calc(10vw / 120 * 115);
background-size: contain;
background-repeat: no-repeat;
}
.loading-text{
position: relative;