Merge pull request #129 from citra-emu/logo-size-and-position
reduce citra logo size and increase vertical position
This commit is contained in:
commit
91f82237f0
|
@ -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