mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
position content more to center of cardColumn
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user