From 410ec1a9d58a29b6921dd5b7b334b52a51133cda Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Mar 2021 18:37:00 +0000 Subject: [PATCH] Fix logo size in header on small screens (#760) Co-authored-by: John O'Nolan --- assets/css/screen.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 0cb73ec..c75b8b8 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -411,12 +411,6 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after { .home-template #gh-head .gh-head-brand { justify-content: flex-end; } - #gh-head .gh-head-logo { - font-size: 2rem; - } - #gh-head .gh-head-logo img { - max-height: 40px; - } #gh-head .gh-head-menu { align-self: center; display: flex;