diff --git a/themes/docs/css/styles.css b/themes/docs/css/styles.css index b846100..eb1023b 100644 --- a/themes/docs/css/styles.css +++ b/themes/docs/css/styles.css @@ -103,9 +103,10 @@ form .message.error { display: none; } #sidebar a.logo { - height: 20px; - width: 20px; + display: block; + height: 40px; + margin: 16px; background-color: red; - background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg); + background: url(https://www.silverstripe.org/themes/ssv3/img/global-logo-open-source.svg) no-repeat; } }