1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

Merge pull request #4 from Fayorg/master

Merging last changes made on the master branch
This commit is contained in:
Elie Baier
2023-12-15 01:34:52 +01:00
committed by GitHub
6 changed files with 33 additions and 35 deletions

View File

@@ -1,14 +0,0 @@
import LoginForm from "@components/custom"
export default function LoginPage() {
return (
<main className="flex items-center justify-center md:h-screen">
<div className="relative mx-auto flex w-full max-w-[400px] flex-col space-y-2.5 p-4 md:-mt-32">
<div className="flex h-20 w-full items-end rounded-lg bg-blue-500 p-3 md:h-36">
<div className="w-32 text-white md:w-36">
</div>
</div>
<LoginForm />
</div>
</main>
);
}