diff --git a/apps/templates/_without_nav_base.html b/apps/templates/_without_nav_base.html index 3e4b0dafa..f5c5dbd65 100644 --- a/apps/templates/_without_nav_base.html +++ b/apps/templates/_without_nav_base.html @@ -30,6 +30,11 @@ .wrapper { margin: auto; } + + header .logo img { + margin-right: 8px; + vertical-align: middle; + }