From 0f1680a9875f4bc636edca5e7663b360340cc42a Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 16:20:14 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/scss/banner.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/buha/assets/scss/banner.scss b/themes/buha/assets/scss/banner.scss index 391162c..3f04573 100644 --- a/themes/buha/assets/scss/banner.scss +++ b/themes/buha/assets/scss/banner.scss @@ -53,4 +53,7 @@ .b_index { height: calc(100vw / 3 ); } + .altbg { + height: 4em; + } }