increased responsiveness - outer div

This commit is contained in:
pavel Hamawand 2024-03-15 01:42:43 +01:00
parent baade40d77
commit 92cf36d178

View file

@ -30,7 +30,7 @@ function LoginPage(): JSX.Element {
<>
<PreloadBackgroundAnimation />
<div
className="flex flex-col h-screen w-screen items-center justify-center"
className="flex flex-col h-screen items-center justify-center bg-cover bg-fixed"
style={{
animation: "backgroundTransition 30s infinite",
backgroundSize: "cover",