From e839fe4d06953148d6e8675bb701200b45cb9076 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 6 Jan 2020 21:52:47 -0500 Subject: [PATCH] Fix grunt error --- resources/components/navigation.less | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/components/navigation.less b/resources/components/navigation.less index f3237206..06df1a08 100644 --- a/resources/components/navigation.less +++ b/resources/components/navigation.less @@ -159,7 +159,7 @@ flex-direction: column; .mw-wiki-logo { - margin-bottom: @margin-side; + margin-bottom: @margin-side / 2; width: 120px; height: 120px; display: block; @@ -320,20 +320,20 @@ .mw-header-menu-drawer-container { height: 100vh; - } - .mw-header-banner { - border-color: transparent; + .mw-header-banner { + border-color: transparent; - .mw-wiki-logo { - margin: 0; - height: 0; - } + .mw-wiki-logo { + margin: 0; + height: 0; + } - .mw-wiki-title { - margin-top: 20px; - height: auto; - pacity: 1; + .mw-wiki-title { + margin-top: 20px; + height: auto; + opacity: 1; + } } } }