From 176b60be89a42128f9fb23855cf0d8b668633be6 Mon Sep 17 00:00:00 2001
From: MariaZ <mariya.z@gmail.com>
Date: Sun, 14 Feb 2021 14:52:03 +0100
Subject: [PATCH] Update stats layout

---
 components/stats.js | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/components/stats.js b/components/stats.js
index 1cdcf1bf..c71d9794 100644
--- a/components/stats.js
+++ b/components/stats.js
@@ -89,6 +89,7 @@ const styles = StyleSheet.create({
     alignItems: 'center',
     flexDirection: 'row',
     justifyContent: 'space-between',
+    paddingTop: Spacing.base,
   },
   columnLeft: {
     ...column,
@@ -100,8 +101,6 @@ const styles = StyleSheet.create({
     paddingTop: Spacing.small,
   },
   image: {
-    marginLeft: Spacing.large,
-    marginTop: Spacing.large,
     resizeMode: 'contain',
 
   },
@@ -110,8 +109,8 @@ const styles = StyleSheet.create({
     marginBottom: Spacing.large,
   },
   pageContainer: {
-    marginVertical: Spacing.base,
+    marginTop: Spacing.base * 2,
   }
 })
 
-export default Stats
\ No newline at end of file
+export default Stats
-- 
GitLab