From a50b56a1ea1244862286ba2e3ccafa552d4787a2 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 27 Jun 2024 11:38:36 -0500 Subject: [PATCH] auto Signed-off-by: Lee Calcote --- common/common.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/common.scss b/common/common.scss index 74c233c..f5822fa 100644 --- a/common/common.scss +++ b/common/common.scss @@ -161,8 +161,7 @@ .category-box { display: flex; flex-grow: 1; - background-color: #fff; - // background-color: var(--secondary); + background-color: var(--secondary); border-left-width: 0; border-radius: 12px; margin: 0 0; @@ -190,13 +189,14 @@ column-gap: 48px; padding: 0; .category-logo { + background-color: none; align-self: center; display: inline-block; width: 132px; height: 132px; img { height: 100%; - width: 100%; + // width: 100%; } .category-abbreviation { display: none;