From 1c17f3b507972a4b74bcbdabd7be861d31f76895 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/common.scss b/common/common.scss index 4871419..f7c983c 100644 --- a/common/common.scss +++ b/common/common.scss @@ -160,6 +160,14 @@ margin-right: 0px; } +.custom-category-boxes { + .category-logo { + height: 100px !important; + width: 100px !important; + } +} + + #site-text-logo { color: var(--primary); }