refactor: switch to min-h-dvh in layout

This commit is contained in:
Stavros
2025-06-17 20:39:15 +03:00
parent c9b609b69c
commit e22d181de7

View File

@@ -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",