diff options
Diffstat (limited to 'src/components/profile/UniversityIcon.tsx')
-rw-r--r-- | src/components/profile/UniversityIcon.tsx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/profile/UniversityIcon.tsx b/src/components/profile/UniversityIcon.tsx index 15c23715..13586359 100644 --- a/src/components/profile/UniversityIcon.tsx +++ b/src/components/profile/UniversityIcon.tsx @@ -42,16 +42,15 @@ const styles = StyleSheet.create({ flexDirection: 'column', flexWrap: 'wrap', justifyContent: 'center', - marginBottom: '10%', }, univClass: { - fontSize: 15, + fontSize: 13, fontWeight: '500', }, icon: { alignSelf: 'center', - width: 20, - height: 22.5, + width: 17, + height: 19, }, }); |