Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
landing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferOlsen committed Jan 16, 2017
1 parent da718e0 commit 3f67525
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions app/routes/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,21 @@ const Landing = React.createClass ({

var styles = StyleSheet.create({
container: {
flex: 1,
flexDirection: 'column',
justifyContent: 'space-between',
alignItems: 'center',
alignSelf: 'center',
paddingLeft: 25,
paddingRight: 25,
paddingBottom: 45,
maxWidth: 500,
maxHeight: 800,
maxHeight: 800
},
imageContainer: {
flex: 1.2,
justifyContent: 'center',
marginTop: 30,
marginTop: 20,
},
textContainer: {
flex: 1,
marginBottom: 20
marginBottom: 10
},
title: {
color: '#F58120',
Expand Down

0 comments on commit 3f67525

Please sign in to comment.