diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 061943c196d..21c1b069da9 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,4 +1,10 @@ + + + +{{ $currentNode := . }} +{{ $showvisitedlinks := .Site.Params.showVisitedLinks }} + {{ partial "logo.html" . }} @@ -8,11 +14,7 @@ {{end}} - - -{{ $currentNode := . }} -{{ $showvisitedlinks := .Site.Params.showVisitedLinks }} - + {{if not .Site.Params.noHomeIcon}} diff --git a/static/css/theme.css b/static/css/theme.css index b7b62dfd2ad..d140eb77da4 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -655,7 +655,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ font-size: 1.2rem; } #footer { - padding: 3rem 1rem; + padding: 2rem 1rem 0 ; color: #b3b3b3; font-size: 13px; } @@ -1029,11 +1029,11 @@ td { } #footer { - min-height: 200px; + min-height: 3s0px; } .highlightable { - padding: 1rem 0 1rem; + padding: 0rem 0 0rem; overflow: auto; position: relative; height: 100%;