Skip to content
Snippets Groups Projects
Commit 176b60be authored by MariaZ's avatar MariaZ
Browse files

Update stats layout

parent d2b7577f
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment