We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9660b6f commit e969818Copy full SHA for e969818
components/Cards/LastInfo.js
@@ -61,7 +61,7 @@ const styles = StyleSheet.create({
61
// borderWidth: 3,
62
borderColor: '#eee',
63
borderRadius: 5,
64
- paddingVertical: 20,
+ paddingVertical: 10,
65
},
66
card: {
67
marginVertical: 10,
components/Developer/Developer.js
@@ -117,15 +117,13 @@ const styles = StyleSheet.create({
117
height: 80,
118
borderRadius: 100,
119
transform: [{rotate: '-9deg'}],
120
+ marginRight: 10,
121
122
name: {
123
fontFamily: 'BalooDa-SemiBold',
124
fontSize: 25,
125
color: '#003',
126
- heroInfo: {
127
- marginLeft: 15,
128
- },
129
position: {
130
fontSize: 15,
131
color: '#666',
0 commit comments