background -> background-image

This commit is contained in:
worthymelight 2025-07-06 15:37:51 +03:00 committed by GitHub
parent a682278ea0
commit fe2509e9cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ h1 {
} }
.page_custom_header { .page_custom_header {
background: url('../img/header_custom.svg'); background-image: url('../img/header_custom.svg');
background-size: 100%; background-size: 100%;
} }