From bac4e77f8905bf27b395f6690a8581885088c41c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Jun 2017 11:29:34 -0400 Subject: db and header stuff --- client/src/lib/components/header.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/src/lib/components/header.js') 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', -- cgit v1.2.3-70-g09d2