From bb5fd4b1b1e094cf015bc11c9fd48db307cf05a2 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Thu, 23 Feb 2023 07:39:57 -0500 Subject: [PATCH] Fit translator avatars neatly on 2 lines --- frontend/src/app/components/about/about.component.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 42ecded1c..8390ce0ba 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -145,6 +145,13 @@ } } + .project-translators .wrapper { + a img { + width: 72px; + height: 72px; + } + } + .copyright { text-align: left; max-width: 620px;