Merge pull request #129 from citra-emu/logo-size-and-position

reduce citra logo size and increase vertical position
This commit is contained in:
Schplee
2020-05-12 00:19:28 -07:00
committed by GitHub

View File

@@ -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;
} }