Just added a justify content variable

This commit is contained in:
2017-10-20 18:09:43 +02:00
parent b2f4151850
commit 8fa7f7f918

View File

@@ -5,6 +5,7 @@ export default {
flexDirection: 'row',
flexWrap: 'wrap',
flexFlow: 'row wrap',
justifyContent: 'space-around',
},
wrappingDiv: {