From 1ac352de6c047db8f9b9e58c4eec308bbccae19d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julius=20H=C3=A4rtl?= <jus@bitgrid.net>
Date: Fri, 2 Feb 2018 12:56:54 +0100
Subject: [PATCH] Add space on guest pages with custom logo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Julius Härtl <jus@bitgrid.net>
---
 apps/theming/css/theming.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 18ddd9235db..623aad063f1 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -96,6 +96,9 @@
 		background-image: url(#{$image-logo});
 		background-size: contain;
 	}
+	#body-login #header .logo {
+		margin-bottom: 22px;
+	}
 }
 
 @if variable_exists('theming-background-mime') and $theming-background-mime != ''  {
-- 
GitLab