From d94d604f9755c637eec2b1162f6b71bfaad95c64 Mon Sep 17 00:00:00 2001 From: Jared Lee Date: Fri, 21 Oct 2016 13:25:18 +1300 Subject: [PATCH] Fixed home logo button overlaying hamburger --- themes/docs/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/docs/css/styles.css b/themes/docs/css/styles.css index 3c8bbcd..4138218 100644 --- a/themes/docs/css/styles.css +++ b/themes/docs/css/styles.css @@ -99,12 +99,12 @@ form .message.error { .site-header { display: none; } - + /* SilverStripe logo on top of page */ #masthead .logo { display: inline-block; float: left; height: 40px; - width: 100%; + width: 75%; margin-bottom: 24px; margin-left: 4px; background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg) no-repeat;