Moved error screen a bit to the top.

This commit is contained in:
Gunther Brunner
2014-05-28 12:27:06 +09:00
parent 4d9b7d2d70
commit b23f8fc988
2 changed files with 2 additions and 4 deletions

View File

@@ -13,8 +13,8 @@
.screen-error .screen-error-message {
position: relative;
top: 35%;
transform: translateY(-35%);
top: 15%;
transform: translateY(-15%);
text-align: center;
}