diff --git a/theme/modules/change-banner.css b/theme/modules/change-banner.css index 96121b8..2f7787a 100644 --- a/theme/modules/change-banner.css +++ b/theme/modules/change-banner.css @@ -8,11 +8,7 @@ --banner-url: url('https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/assets/banner.png?ref=main'); } -.pageTitleWithDefaultLogo, -.pageTitleWithLogo { +.pageTitleWithLogo::before { background-image: var(--banner-url) !important; - background-repeat: no-repeat !important; - background-position: left center !important; background-size: contain !important; - padding-left: 80px !important; } \ No newline at end of file