From fddae50fa5d7067a2f04466297618bcf8bde1f5d Mon Sep 17 00:00:00 2001 From: Krish Patel <65026713+KrishPatel1205@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:49:03 +0530 Subject: [PATCH] Update styles.css --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 7d9ae1b..832d64b 100644 --- a/styles.css +++ b/styles.css @@ -836,7 +836,7 @@ body.dark-mode #theme-switch { text-align: center; margin: 20px auto; max-width: 1400px; - height: calc(100vh - 100px); + height: 600px; border-radius: 20px; box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;