From 734c953714a812acafe06329ac961b3e81d2b474 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Wed, 30 Nov 2022 04:32:10 -0500 Subject: [PATCH] Revert community integration icon size increase From #2700. Narrow column instead. --- frontend/src/app/components/about/about.component.html | 2 +- frontend/src/app/components/about/about.component.scss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index cc24e7893..876bec028 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -129,7 +129,7 @@ Gemini - + diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 1d1d93214..910ff922b 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -3,8 +3,8 @@ text-align: center; .image { - width: 81px; - height: 81px; + width: 80px; + height: 80px; background-size: 100%, 100%; border-radius: 50%; margin: 25px; @@ -191,6 +191,6 @@ } .community-integrations-sponsor { - max-width: 970px; + max-width: 965px; margin: auto; }