From a495fdcc9f315aea445c40b6ce50d1bfecb349aa Mon Sep 17 00:00:00 2001 From: Pavan kumar Date: Mon, 16 Sep 2024 19:53:59 +0530 Subject: [PATCH] Update style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 16b8350..f62dafa 100644 --- a/style.css +++ b/style.css @@ -5,13 +5,13 @@ } html,body{ - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; } .main{ - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; position: relative;