increased responsiveness - outer div
This commit is contained in:
parent
baade40d77
commit
92cf36d178
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue