From 28acf2265d0d4a5b4a6c1dd2038c644aaf6eee16 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 11:35:50 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/scss/main.scss | 7 ++++++- themes/buha/layouts/_default/baseof.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/themes/buha/assets/scss/main.scss b/themes/buha/assets/scss/main.scss index 6c809b5..e86fb76 100644 --- a/themes/buha/assets/scss/main.scss +++ b/themes/buha/assets/scss/main.scss @@ -12,13 +12,18 @@ main { width: 98vw; margin-left: auto; margin-right: auto; - min-height: 40vh; aside { text-align: center; } .main_upper { display: flex; flex-direction: column; + flex-grow: 1; + } + .main { + display: flex; + flex-direction: column; + min-height: 60vh; } } diff --git a/themes/buha/layouts/_default/baseof.html b/themes/buha/layouts/_default/baseof.html index bffed00..6a008aa 100644 --- a/themes/buha/layouts/_default/baseof.html +++ b/themes/buha/layouts/_default/baseof.html @@ -6,7 +6,7 @@
{{ partialCached "snippets/header" . }}
-
+
{{ partial "snippets/banner" . -}}
{{ block "content" . -}}{{- end }}