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