From 6f650e936d1f3a9b3edf8a5cfd85c74558ff7723 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:49:11 -0500 Subject: [PATCH] Shrink og avators to make group more square --- frontend/src/app/components/about/about.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 910ff922b..42ecded1c 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -68,8 +68,8 @@ .community-sponsor { img { - width: 67px; - height: 67px; + width: 57px; + height: 57px; } }