diff --git a/assets/_custom.scss b/assets/_custom.scss index 0de9ae1..5b7b73e 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -1,3 +1,20 @@ /* You can add custom styles here. */ // @import "plugins/numbered"; +.book-menu-content nav { + display: flex; + flex-direction: column; + height: 99%; +} + +.book-brand { + margin: 0; +} +.book-search { + margin: 0; +} + +.book-menu-mid { + margin-top: -1rem; + flex-grow: 1; +} diff --git a/layouts/partials/docs/brand.html b/layouts/partials/docs/brand.html index f9accb4..4784eb5 100644 --- a/layouts/partials/docs/brand.html +++ b/layouts/partials/docs/brand.html @@ -5,4 +5,5 @@ {{- end -}} {{ .Site.Title }} +