From 312451e836566f4d7033d8450f8febd3fe7fe6e1 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Sun, 15 Jan 2023 23:34:24 +0100 Subject: [PATCH] spacing for bio --- src/pages/ProfilePage.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/ProfilePage.css b/src/pages/ProfilePage.css index e10a6e91..3aa6ef47 100644 --- a/src/pages/ProfilePage.css +++ b/src/pages/ProfilePage.css @@ -93,6 +93,7 @@ .profile .details { max-width: 680px; width: 100%; + margin-top: 12px; } .profile .details p { @@ -149,10 +150,12 @@ @media (min-width: 360px) { .profile .copy .body { font-size: 14px } .profile .details-wrapper, .profile .avatar-wrapper { margin-left: 21px; } + .profile .details { width: calc(100% - 21px); } } @media (min-width: 720px) { .profile .details-wrapper, .profile .avatar-wrapper { margin-left: 30px; } + .profile .details { width: calc(100% - 30px); } } .profile .follow-button {