reduce citra logo size and increase vertical position

This commit is contained in:
Schplee 2020-05-12 00:19:10 -07:00 committed by GitHub
parent 01c1980747
commit 2dd32f8010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -176,10 +176,10 @@ a:hover {
.site-logo {
width: 100%;
height: 215px;
height: 204px;
z-index: 3;
background-image: url('../images/logo.svg');
background-size: 215px 215px;
background-size: 204px 204px;
background-repeat: no-repeat;
background-position: center;
}