From a5e281706f2962cfc99305d3ca9f0149576f33a3 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Sun, 12 Mar 2023 06:17:50 -0400 Subject: [PATCH] Make community integration rows symmetric and full --- frontend/src/app/components/about/about.component.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index e538d724b..6873c9437 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -13,8 +13,8 @@ .image.not-rounded { border-radius: 0; - width: 74px; - height: 74px; + width: 60px; + height: 60px; } .intro { @@ -228,11 +228,11 @@ } .community-integrations-sponsor { - max-width: 965px; + max-width: 1110px; margin: auto; } .community-integrations-sponsor img.image { - width: 78px; - height: 78px; + width: 64px; + height: 64px; }