mirror of
https://github.com/openvk/openvk
synced 2025-07-07 00:09:48 +03:00
Compare commits
4 commits
b864ab49be
...
3115107a78
Author | SHA1 | Date | |
---|---|---|---|
|
3115107a78 | ||
|
fe2509e9cb | ||
|
a682278ea0 | ||
|
da58544c5b |
1 changed files with 3 additions and 1 deletions
|
@ -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-image: url('../img/header_custom.svg');
|
||||||
|
background-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page_act {
|
#page_act {
|
||||||
|
|
Loading…
Reference in a new issue