From 4fc080c86c2fcb6cfc599487d673e3b7f3a53c48 Mon Sep 17 00:00:00 2001 From: Hamza Waheed <137566252+hmzi67@users.noreply.github.com> Date: Thu, 23 Nov 2023 02:34:07 +0500 Subject: [PATCH] update --- Calculator/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calculator/css/style.css b/Calculator/css/style.css index 2dccae9..881279c 100644 --- a/Calculator/css/style.css +++ b/Calculator/css/style.css @@ -1,6 +1,6 @@ body { width: 100%; - height: 100vh; + height: 700px; display: flex; justify-content: center; align-items: center;