Properly center login page

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Paulo moura 2017-11-06 10:28:57 +00:00 committed by Morris Jobke
parent 44f9779f9f
commit 37c60c20cc
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 4 additions and 4 deletions

View File

@ -60,9 +60,6 @@ h3 {
}
/* Global content */
#header {
padding-top: 100px;
}
#header .logo {
background-image: url('../img/logo.svg?v=1');
background-repeat: no-repeat;
@ -85,7 +82,10 @@ h3 {
width: 300px;
}
.v-align {
width: inherit;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Default FORM */