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; + } } } }