diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-02 11:29:34 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-02 11:29:34 -0400 |
| commit | bac4e77f8905bf27b395f6690a8581885088c41c (patch) | |
| tree | acd89da900b71bb4dbb831db951842fd12fef672 /client/src/lib/components/header.js | |
| parent | 73129939682a8f10845b7e012d10d75b3f618dd9 (diff) | |
db and header stuff
Diffstat (limited to 'client/src/lib/components/header.js')
| -rw-r--r-- | client/src/lib/components/header.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/lib/components/header.js b/client/src/lib/components/header.js index 4cd264a..dc95d6d 100644 --- a/client/src/lib/components/header.js +++ b/client/src/lib/components/header.js @@ -32,12 +32,11 @@ const isDesktop = ! isMobile const styles = StyleSheet.create({ header: { - flex: 1, width: '100%', backgroundColor: 'black', paddingTop: isMobile ? 5 : 10, paddingBottom: isMobile ? 5 : 10, - height: isMobile ? 30 : 70, + height: isMobile ? 30 : 100, flexDirection: 'row', justifyContent: 'space-around', alignItems: 'center', |
