use simpler logo for log in page
This commit is contained in:
parent
e4d0a69126
commit
8fc7a3dc80
1 changed files with 3 additions and 1 deletions
|
@ -70,8 +70,10 @@
|
|||
}
|
||||
|
||||
#header .logo {
|
||||
background-image: url(../img/logo.svg);
|
||||
background-image: url(../img/logo-icon.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 175px;
|
||||
background-position: center 30px;
|
||||
width: 252px;
|
||||
height: 120px;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in a new issue