diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index fddd1c95ee..556713f23c 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -1,20 +1,38 @@ - - + white-space: nowrap; + } + #logo svg { + margin-bottom: -20px; + margin-left: -23.5px; + width: 40.5%; + } + @media only all and (max-width: 59.938em) { + a#logo { + font-size: 25px; + margin-top: -3px; + } + #logo svg { + margin-bottom: -12px; + margin-left: -23px; + } + } + + +