Skip to content

Commit

Permalink
talk conatiner stylinf update
Browse files Browse the repository at this point in the history
  • Loading branch information
cShingleton committed Sep 21, 2017
1 parent 4534b02 commit cc564f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/scenes/Event/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ export const styles = StyleSheet.create({
talkDetails: {
flexDirection: 'column',
position: 'absolute',
alignSelf: 'center',
bottom: 25,
left: 90,
backgroundColor: 'transparent'
},

talkTitleContainer: {
width: '80%'
width: Dimensions.get('window').width / 2,
flexWrap: 'wrap'
},

talkTitle: {
Expand Down

0 comments on commit cc564f6

Please sign in to comment.