From ab96a17e8033b3e6b5ea11730a3ebbebae53f234 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Sun, 12 Mar 2023 04:59:37 -0400 Subject: [PATCH] Make non-rounded icons smaller --- frontend/src/app/components/about/about.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 78ec5b6a2..5e191634c 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -13,6 +13,8 @@ .image.not-rounded { border-radius: 0; + width: 74px; + height: 74px; } .intro {