Align page name to left side

This commit is contained in:
Keannu Bernasol 2023-02-17 19:30:48 +08:00
parent 6c69cd438a
commit 2acfc48e1c

View file

@ -113,12 +113,13 @@ const styles: { [key: string]: React.CSSProperties } = {
display: "flex",
flexDirection: "row",
alignItems: "center",
alignSelf: "flex-start",
},
wrapper_column: {
display: "flex",
flexDirection: "column",
alignItems: "center",
height: "50%",
alignSelf: "flex-start",
},
};