From 7b345cb4a470f5a5b0a3413df1d7364995d20bf5 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Sat, 14 Jan 2023 14:29:05 +0100 Subject: [PATCH] put buttons closer --- src/pages/ProfilePage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ProfilePage.css b/src/pages/ProfilePage.css index cd419f47..514f34b2 100644 --- a/src/pages/ProfilePage.css +++ b/src/pages/ProfilePage.css @@ -139,14 +139,14 @@ .profile .message-button { position: absolute; top: -30px; - right: 80px; + right: 74px; } .profile .no-banner .follow-button { right: 0px; } .profile .no-banner .message-button { - right: 60px; + right: 54px; } .tabs {