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: { flexFullHeight: {
display: "flex", display: "flex",
flexDirection: "column", flexDirection: "column",
justifyContent: "space-between", justifyContent: "space-around",
alignSelf: "stretch" alignSelf: "stretch"
}, },
footer: { footer: {
display: "flex", display: "flex",
paddingBottom: "1.5rem", paddingBottom: "1rem",
}, },
topPart: { topPart: {
display: "flex" display: "flex"