From a98c3d4328a9acb2f22a15ba4f68efb4a5ceda01 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sun, 18 Feb 2024 21:26:56 -0800 Subject: [PATCH] Resize category logos --- common/common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.scss b/common/common.scss index 4871419..9a0c98b 100644 --- a/common/common.scss +++ b/common/common.scss @@ -160,6 +160,11 @@ margin-right: 0px; } +.category-logo { + height: 100px !important; + width: 100px !important; + + #site-text-logo { color: var(--primary); }