diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index da41b4e1bc99..5b620945d2af 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -57,3 +57,17 @@ body { } } } + +.site-title { + margin-left: 1.5rem; + + &:before { + content: ''; + background:url('/assets/logo-192x192.png'); + background-size:cover; + position:absolute; + width: 2rem; + height: 2rem; + margin-left:-2rem; + } +}