From e17cd75cb2e084010662e53fa6b35a732440df64 Mon Sep 17 00:00:00 2001 From: Nikhilansh Sisodia Date: Sat, 27 Jul 2024 20:52:56 +0530 Subject: [PATCH] Updating vh to dvh --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d1ceec2..8201434 100644 --- a/style.css +++ b/style.css @@ -25,7 +25,7 @@ body{ align-items: center; justify-content: center; width: 100vw; - min-height: 100vh; + min-height: 100dvh; background: linear-gradient(135deg, #fffafd, #f5cdff); }