From 238008010d86e5cf9f5dd79ce723ff4834b723bf Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 14 Aug 2022 13:24:54 +0400 Subject: [PATCH] Fix wrong size of translators avatars --- frontend/src/app/components/about/about.component.html | 2 +- frontend/src/app/components/about/about.component.scss | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 45ed55abd..36d765a17 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -291,7 +291,7 @@ -
+

Project Translators

diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 8ede1406f..2cd755bde 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -53,7 +53,7 @@ margin-bottom: 50px; } - .community-sponsor { + .community-sponsor, .project-translators { display: flex; flex-direction: column; .wrapper { @@ -65,6 +65,9 @@ height: 45px; width: 100%; } + } + + .community-sponsor { img { width: 67px; height: 67px; @@ -112,6 +115,7 @@ .enterprise-sponsor, .contributors, .community-sponsor, + .project-translators, .community-integrations-sponsor, .selfhosted-integrations-sponsor, .maintainers { @@ -136,7 +140,7 @@ } } - .community-sponsor .wrapper { + .community-sponsor .wrapper, .project-translators .wrapper { margin: 10px auto 20px; a img { margin: 6px;