search results style tweak

This commit is contained in:
Akinwale Ariwodola 2018-08-13 21:51:17 +01:00
parent e5000f6502
commit f820d19f55

View file

@ -10,7 +10,8 @@ const searchStyle = StyleSheet.create({
flex: 1,
width: '100%',
height: '100%',
padding: 16,
paddingLeft: 16,
paddingRight: 16,
marginBottom: 60
},
scrollPadding: {
@ -20,7 +21,7 @@ const searchStyle = StyleSheet.create({
flex: 1,
flexDirection: 'row',
justifyContent: 'space-between',
marginBottom: 16
marginTop: 16
},
thumbnail: {
width: '100%',