From d48ec8bd55418cf25ac31d496144bce5c76d7c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Bry=C5=82kowski?= Date: Sun, 13 Aug 2023 12:01:11 +0200 Subject: [PATCH] position banner properly --- _sass/yat/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index b14c7f8..3a9cbd4 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -596,7 +596,7 @@ html { & > *:first-child { @include center-image; - background-position: top center; + background-position: center; background-size: cover; transition: 0.1s all ease-in-out; }