From 7c3ae2cf479dd703a9f4549c080a8c42e51afe8d Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 7 Sep 2022 12:20:31 +0200 Subject: [PATCH] slightly increased margin from the title closes #3522 --- frontend/src/styles/profile.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/styles/profile.scss b/frontend/src/styles/profile.scss index 8eadedd7d..aad1c760e 100644 --- a/frontend/src/styles/profile.scss +++ b/frontend/src/styles/profile.scss @@ -389,6 +389,11 @@ line-height: 1.3rem; } } + .socials { + .value { + margin-top: 0.05rem; + } + } .title { font-size: 0.8rem; color: var(--sub-color);