From d2d928a39cedfa7fae50328bab6bc1af2ca693ac Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 16:33:00 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/scss/banner.scss | 8 ++++---- themes/buha/assets/scss/main.scss | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/themes/buha/assets/scss/banner.scss b/themes/buha/assets/scss/banner.scss index 6fc8c5a..d9c5079 100644 --- a/themes/buha/assets/scss/banner.scss +++ b/themes/buha/assets/scss/banner.scss @@ -1,8 +1,8 @@ .b { - height: calc(100vh / 5 ); + height: calc(89vh / 5 ); } .b_index { - height: calc(100vh / 4.5 ); + height: calc(89vh / 4.5 ); } .banner { @@ -48,10 +48,10 @@ margin-right: auto; } .b { - height: calc(100vw / 3.5 ); + height: calc(89vw / 3.5 ); } .b_index { - height: calc(100vw / 3 ); + height: calc(89vw / 3 ); } .altbg { height: 6em; diff --git a/themes/buha/assets/scss/main.scss b/themes/buha/assets/scss/main.scss index cb73ae6..06ce193 100644 --- a/themes/buha/assets/scss/main.scss +++ b/themes/buha/assets/scss/main.scss @@ -10,7 +10,6 @@ main { overflow: auto; width: 98vw; margin-left: auto; - padding-right: 1vw; aside { text-align: center; }