Skip to content

Commit e969818

Browse files
committed
version 1.0.0
1 parent 9660b6f commit e969818

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/Cards/LastInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const styles = StyleSheet.create({
6161
// borderWidth: 3,
6262
borderColor: '#eee',
6363
borderRadius: 5,
64-
paddingVertical: 20,
64+
paddingVertical: 10,
6565
},
6666
card: {
6767
marginVertical: 10,

components/Developer/Developer.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,13 @@ const styles = StyleSheet.create({
117117
height: 80,
118118
borderRadius: 100,
119119
transform: [{rotate: '-9deg'}],
120+
marginRight: 10,
120121
},
121122
name: {
122123
fontFamily: 'BalooDa-SemiBold',
123124
fontSize: 25,
124125
color: '#003',
125126
},
126-
heroInfo: {
127-
marginLeft: 15,
128-
},
129127
position: {
130128
fontSize: 15,
131129
color: '#666',

0 commit comments

Comments
 (0)