aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-01-18 23:29:22 -0500
committerGitHub <noreply@github.com>2021-01-18 23:29:22 -0500
commit4c921c80805a2012f79396a041c67e5a1aa9d954 (patch)
treef2aa4ea32fa184e5185daaa124076a39759fc252 /src/components
parentbb885ff561e44e23f9fb27ba8aa18f4dce8c690e (diff)
parent6a204aad36193563c3994f50f32cbc095d83c845 (diff)
Merge pull request #190 from tbhatia2299/HOTFIX_DISTANCE
HOTFIX_DISTANCE_BETWEEN_USERNAME_AND_PROFILE_PICTURE
Diffstat (limited to 'src/components')
-rw-r--r--src/components/profile/ProfileBody.tsx3
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,