From 3064af9ad34c606ac199369bfe86346d00471fac Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 4 Jun 2017 17:30:25 -0400 Subject: bonkers scroll bugs --- client/src/lib/components/footer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/lib/components/footer.js') diff --git a/client/src/lib/components/footer.js b/client/src/lib/components/footer.js index ffd157d..f630ed8 100644 --- a/client/src/lib/components/footer.js +++ b/client/src/lib/components/footer.js @@ -56,8 +56,8 @@ const styles = StyleSheet.create({ flexDirection: 'row', justifyContent: 'center', alignItems: 'center', - maxWidth: 140, - maxHeight: 40, + maxWidth: isMobile ? 100 : 140, + maxHeight: isMobile ? 30 : 40, width: 260, height: 39, }, @@ -72,6 +72,6 @@ const styles = StyleSheet.create({ fontSize: 10, flex: 1, padding: 10, - marginTop: 4, + marginTop: isMobile ? 0 : 4, } }) -- cgit v1.2.3-70-g09d2