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 />
|
<PreloadBackgroundAnimation />
|
||||||
<div
|
<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={{
|
style={{
|
||||||
animation: "backgroundTransition 30s infinite",
|
animation: "backgroundTransition 30s infinite",
|
||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
|
|
Loading…
Reference in a new issue