From ef99d3534be21ded94ec8c20b2da3a48808449da Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 23:55:28 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/scss/main.scss | 6 +++--- themes/buha/layouts/_default/baseof.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/buha/assets/scss/main.scss b/themes/buha/assets/scss/main.scss index 84ca3c76..b5db444d 100644 --- a/themes/buha/assets/scss/main.scss +++ b/themes/buha/assets/scss/main.scss @@ -6,7 +6,7 @@ font-size: 120%; } -.main { +.main_upper { overflow-x: auto; width: 98vw; margin-left: auto; @@ -20,7 +20,7 @@ flex-direction: column; flex-grow: 1; } - .main_wrapper { + main { display: flex; flex-direction: column; min-height: 60vh; @@ -30,7 +30,7 @@ @media (min-width: 640px) { - .main_wrapper { + main { width: 89%; margin-left: auto; margin-right: auto; diff --git a/themes/buha/layouts/_default/baseof.html b/themes/buha/layouts/_default/baseof.html index 50a26020..40271fe7 100644 --- a/themes/buha/layouts/_default/baseof.html +++ b/themes/buha/layouts/_default/baseof.html @@ -8,9 +8,9 @@
-
+
{{ partial "snippets/banner" . -}} -
+
{{ if not .IsHome}} {{ end }} @@ -20,7 +20,7 @@ {{ block "sidebar" . -}}{{- end }}
{{ block "pagefooter" . -}}{{- end }} -
+