From d3a3149aaecb8c34d8803c1cb4a4e7d01601fe10 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Fri, 30 Jun 2023 22:37:26 +0200 Subject: [PATCH] fix: adjust margin --- src/pages/profile-page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/profile-page.css b/src/pages/profile-page.css index 470ddce..9a1d958 100644 --- a/src/pages/profile-page.css +++ b/src/pages/profile-page.css @@ -48,11 +48,11 @@ right: 12px; } -.profile-page .profile-information{ +.profile-page .profile-information { + margin: 12px; margin-left: 16px; display: flex; flex-direction: column; - margin-top: 12px; } .profile-page .name {