From 54c76aa43d2b4467de2976a6b7f7b7972b0c375f Mon Sep 17 00:00:00 2001 From: Ujjwal Sonawat <146330690+alone-ujju@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:38:13 +0530 Subject: [PATCH] Chaned Max Width --- CSS/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/style.css b/CSS/style.css index c83b743..bb7ac0f 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -41,7 +41,7 @@ font-weight: 900; } -@media (min-width : 1000px) and (max-width : 1600px) { +@media (min-width : 1000px) and (max-width : 2200px) { .pc .crsr { height: 2vw; width: 2vw;