reduce citra logo size and increase vertical position
This commit is contained in:
parent
01c1980747
commit
2dd32f8010
|
@ -176,10 +176,10 @@ a:hover {
|
||||||
|
|
||||||
.site-logo {
|
.site-logo {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 215px;
|
height: 204px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
background-image: url('../images/logo.svg');
|
background-image: url('../images/logo.svg');
|
||||||
background-size: 215px 215px;
|
background-size: 204px 204px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue