diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-01-18 23:29:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 23:29:22 -0500 |
commit | 4c921c80805a2012f79396a041c67e5a1aa9d954 (patch) | |
tree | f2aa4ea32fa184e5185daaa124076a39759fc252 /src | |
parent | bb885ff561e44e23f9fb27ba8aa18f4dce8c690e (diff) | |
parent | 6a204aad36193563c3994f50f32cbc095d83c845 (diff) |
Merge pull request #190 from tbhatia2299/HOTFIX_DISTANCE
HOTFIX_DISTANCE_BETWEEN_USERNAME_AND_PROFILE_PICTURE
Diffstat (limited to 'src')
-rw-r--r-- | src/components/profile/ProfileBody.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 64aec09c..6284ff59 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -162,10 +162,11 @@ const styles = StyleSheet.create({ fontWeight: '600', fontSize: 16.5, marginBottom: '1%', + marginTop: '-3%', }, biography: { fontSize: 16, - marginBottom: '0.5%', + marginBottom: '1.5%', }, website: { fontSize: 16, |