Added background-size: 100%; for header to main.css

This commit is contained in:
worthymelight 2025-07-06 15:33:12 +03:00 committed by GitHub
parent 93f5b075d6
commit da58544c5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,12 +74,14 @@ h1 {
width: 791px; width: 791px;
height: 45px; height: 45px;
background: url('../img/header.svg'); background: url('../img/header.svg');
background-size: 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0; background-position: 0;
} }
.page_custom_header { .page_custom_header {
background: url('../img/header_custom.svg'); background: url('../img/header_custom.svg');
background-size: 100%;
} }
#page_act { #page_act {