Update main.css

This commit is contained in:
worthymelight 2025-06-29 16:13:46 +03:00 committed by GitHub
parent 812ff50ccf
commit 5bcf3ab93b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,13 +73,13 @@ h1 {
position: relative; position: relative;
width: 791px; width: 791px;
height: 45px; height: 45px;
background: url('../img/header.png'); background: url('../img/header.svg');
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.png'); background: url('../img/header_custom.svg');
} }
#page_act { #page_act {