From 09d5117926721cfef758e89005d97ee511dd8893 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 27 Jun 2024 11:46:11 -0500 Subject: [PATCH] padding: 1rem; Signed-off-by: Lee Calcote --- common/common.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/common.scss b/common/common.scss index c7f0487..112a5c3 100644 --- a/common/common.scss +++ b/common/common.scss @@ -194,9 +194,11 @@ display: inline-block; width: 132px; height: 132px; + padding: 1rem; img { - height: 90%; - width: 90%; + object-fit: contain; + height: 100%; + width: 100%; } .category-abbreviation { display: none;