From 257c5da534a75fdcc3880266a14d1b8c4c95aa78 Mon Sep 17 00:00:00 2001 From: Alexander Forsythe <309001+aforsythe@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:32:21 -0800 Subject: [PATCH] Update logo size on mobile --- mobile/mobile.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/mobile.scss b/mobile/mobile.scss index c4d299d..47f35b1 100644 --- a/mobile/mobile.scss +++ b/mobile/mobile.scss @@ -12,7 +12,7 @@ .d-header #site-logo { height: auto; width: auto; - max-height: 2rem; + max-height: 1.55rem; max-width: 100%; } @@ -32,4 +32,4 @@ .fa.d-icon.d-icon-hashtag.svg-icon.svg-string { color: var(--quaternary); -} \ No newline at end of file +}