From 46b6115eaf2fe469fa63b39085e7e36411c796ec Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 12 Jun 2022 21:15:23 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/scss/banner.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/buha/assets/scss/banner.scss b/themes/buha/assets/scss/banner.scss index 0f8c0448..86ef68f8 100644 --- a/themes/buha/assets/scss/banner.scss +++ b/themes/buha/assets/scss/banner.scss @@ -12,11 +12,10 @@ justify-content: flex-end; .title_index { word-break: break-all; - align-self: center; justify-self: center; + text-align: center; color: var(--text-main); background: var(--background-body); - border-radius: 10px; text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);