From 65a254c6d981a031fa70485d9614015faa28cb79 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Mon, 5 Feb 2024 17:51:08 +0100 Subject: [PATCH] Reduce margins on profile page --- src/pages/Profile.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Profile.module.scss b/src/pages/Profile.module.scss index a218c7f..d7ec80c 100644 --- a/src/pages/Profile.module.scss +++ b/src/pages/Profile.module.scss @@ -267,6 +267,7 @@ } } + .verificationInfo { display: flex; flex-direction: column; @@ -275,12 +276,11 @@ font-weight: 400; font-size: 14px; line-height: 16px; - margin-top: 10px; + margin-top: 2px; margin-bottom: 16px; .verified { display: flex; align-items: center; - margin-bottom: 10px; .nip05 { width: 100%; overflow: hidden;