From 839062013b575d399f5309046afd9d240f4b484c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Wed, 14 Dec 2022 17:41:32 +0100 Subject: [PATCH] Reduce the space betwen name and role --- src/app/modals/profile/profile.page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modals/profile/profile.page.scss b/src/app/modals/profile/profile.page.scss index df8225046..c1d0f8708 100644 --- a/src/app/modals/profile/profile.page.scss +++ b/src/app/modals/profile/profile.page.scss @@ -85,7 +85,7 @@ .profile-name { font-weight: 300; font-size: 20px !important; - margin-bottom: 20px !important; + margin-bottom: 17px !important; color: var(--profile-text-color) !important; }