From a0664e2040423a4e39c0954bde794348afc23686 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 12 Jun 2022 17:00:05 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/scss/banner.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/assets/scss/banner.scss b/themes/buha/assets/scss/banner.scss index 23019ee..0692ced 100644 --- a/themes/buha/assets/scss/banner.scss +++ b/themes/buha/assets/scss/banner.scss @@ -6,7 +6,7 @@ font-size: 115%; //box-shadow: inset 0px -11px 8px -10px #444; background-repeat: no-repeat; - background-size: contain; + background-size: cover; background-position: top center; display: flex; flex-direction: column;