From 0e0f0976d592d2f57099cf42cdd12376372d8e3d Mon Sep 17 00:00:00 2001 From: Luis Felipe Risch <lfr20@inf.ufpr.br> Date: Tue, 9 Feb 2021 10:30:49 -0300 Subject: [PATCH] give spacing between border and component --- src/Components/UserPageComponents/EditProfileButton.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/UserPageComponents/EditProfileButton.js b/src/Components/UserPageComponents/EditProfileButton.js index 4df7df2c..beaa7137 100644 --- a/src/Components/UserPageComponents/EditProfileButton.js +++ b/src/Components/UserPageComponents/EditProfileButton.js @@ -49,8 +49,8 @@ const EditProfileAnchor = styled(Link)` box-shadow : 0 2px 5px 0 rgba(0,0,0,.26); background-color : #fafafa; position : absolute; - right : 5px; - bottom : 0; + right : 10px; + top : 10px; margin-bottom : 20px; color : #666; padding : 0 10px; -- GitLab