From 2a2c1a629171a0de810a13820a3ce9ba31b219b3 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 31 Mar 2021 16:18:02 +0400 Subject: [PATCH] Increase space between logos and titles. --- frontend/src/app/components/about/about.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index b0b5716e4..4c08e735d 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -11,6 +11,7 @@ background-size: 100%, 100%; border-radius: 50%; margin: 10px; + line-height: 32px; } .profile_img {