mirror of
https://github.com/openvk/openvk
synced 2025-07-06 15:59:56 +03:00
Added background-size: 100%; for header to main.css
This commit is contained in:
parent
93f5b075d6
commit
da58544c5b
1 changed files with 2 additions and 0 deletions
|
@ -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-size: 100%;
|
||||
}
|
||||
|
||||
#page_act {
|
||||
|
|
Loading…
Reference in a new issue