diff options
Diffstat (limited to 'web-ui/app/scss/_mascot.scss')
-rw-r--r-- | web-ui/app/scss/_mascot.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/app/scss/_mascot.scss b/web-ui/app/scss/_mascot.scss index 9a8b8bdb..d27dec9a 100644 --- a/web-ui/app/scss/_mascot.scss +++ b/web-ui/app/scss/_mascot.scss @@ -33,7 +33,8 @@ #no-mails-available-pane { text-align: center; - line-height: 65vh; + line-height: 100vh; + margin-top: -130px; .scene{ display:inline-block; |