mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
refactor: switch to min-h-dvh in layout
This commit is contained in:
@@ -7,7 +7,7 @@ export const Layout = () => {
|
||||
|
||||
return (
|
||||
<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={{
|
||||
backgroundImage: `url(${backgroundImage})`,
|
||||
backgroundSize: "cover",
|
||||
|
||||
Reference in New Issue
Block a user