Compare commits

..

4 commits

Author SHA1 Message Date
worthymelight
3115107a78
Merge fe2509e9cb into c8a97f8b8d 2025-07-06 12:37:54 +00:00
worthymelight
fe2509e9cb
background -> background-image 2025-07-06 15:37:51 +03:00
worthymelight
a682278ea0
Merge branch 'master' into master 2025-07-06 15:34:06 +03:00
worthymelight
da58544c5b
Added background-size: 100%; for header to main.css 2025-07-06 15:33:12 +03:00

View file

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