login page formatted

This commit was merged in pull request #3.
This commit is contained in:
Ebube
2023-04-21 10:48:51 +01:00
parent b3bbc15113
commit be70e86a6f
7 changed files with 127 additions and 92 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ export default function LoginLayout({ slogan, children }) {
screen = "h-screen";
}
return (
<div className="layout-wrapper">
<div className={`main-wrapper w-full ${screen}`}>
<div className="layout-wrapper login">
<div className={`main-wrapper login-wrapper w-full ${screen}`}>
<div className="flex w-full h-full">
<div className="flex-1 flex justify-center items-center">