From 2dd32f8010ce54a60b477a5de9a99c77d0436b38 Mon Sep 17 00:00:00 2001 From: Schplee Date: Tue, 12 May 2020 00:19:10 -0700 Subject: [PATCH] reduce citra logo size and increase vertical position --- src/scss/citra-theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/citra-theme.scss b/src/scss/citra-theme.scss index 7101ea3..381991f 100644 --- a/src/scss/citra-theme.scss +++ b/src/scss/citra-theme.scss @@ -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; }