position content more to center of cardColumn

This commit is contained in:
Florian Scholdei
2019-09-25 17:08:01 +02:00
parent 4592244c93
commit a09631173c

View File

@@ -21,12 +21,12 @@ const styles = {
flexFullHeight: {
display: "flex",
flexDirection: "column",
justifyContent: "space-between",
justifyContent: "space-around",
alignSelf: "stretch"
},
footer: {
display: "flex",
paddingBottom: "1.5rem",
paddingBottom: "1rem",
},
topPart: {
display: "flex"