summaryrefslogtreecommitdiffstats
path: root/core/css/guest.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 40940a0feb9..9bacf5a6bb5 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -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 */