Fixed up general layout of manage page + root + styled login page.
This commit is contained in:
@@ -3,14 +3,7 @@ import SignIn from "../../components/sign-in-form/sign-in-form.component";
|
||||
|
||||
export default () => {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
justifyContent: "center",
|
||||
alignItems: "middle",
|
||||
padding: "4em",
|
||||
}}
|
||||
>
|
||||
<div>
|
||||
<SignIn />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user