From d20d343d3027dedd1312bc073b7c6e91ec7cf808 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Tue, 20 Dec 2022 13:42:31 -0800 Subject: [PATCH] Ensmallen the logo and tweak the header margin. --- assets/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index f8434e6..d350b11 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -84,8 +84,8 @@ h1.site-title { } div.site-logo > a > img.custom-logo { - width: 10rem; - height: 10rem; + width: 8.5rem; + height: 8.5rem; } div.site-logo { @@ -191,7 +191,7 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited { @media (min-width: 640px) { body.home > div#page header#masthead { - margin-bottom: 20vh; + margin-bottom: 15vh; } div#content {