diff options
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', |
