mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 20:55:42 +00:00
refactor: switch to min-h-dvh in layout
This commit is contained in:
@@ -7,7 +7,7 @@ export const Layout = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="relative flex flex-col justify-center items-center min-h-svh"
|
className="relative flex flex-col justify-center items-center min-h-dvh"
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: `url(${backgroundImage})`,
|
backgroundImage: `url(${backgroundImage})`,
|
||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
|
|||||||
Reference in New Issue
Block a user