aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTanmay Bhatia <tanmay@thetaggid.com>2021-01-18 14:52:15 -0800
committerTanmay Bhatia <tanmay@thetaggid.com>2021-01-18 14:52:15 -0800
commit6a204aad36193563c3994f50f32cbc095d83c845 (patch)
treeacfe1a69f495d798404e4e521077cf2173687916 /src
parent1dccfb1d3e9470d81de8d1ec0a0dbb3803372f7d (diff)
Decresed distance between username and profile picture and increased distance between website and bio
Diffstat (limited to 'src')
-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 57b617d8..f4711300 100644
--- a/src/components/profile/ProfileBody.tsx
+++ b/src/components/profile/ProfileBody.tsx
@@ -89,10 +89,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,