From b9c4139adf3e124bd3b99b7cfa99a48fa203e04d Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Sun, 21 Jul 2024 09:00:25 +0530 Subject: [PATCH] Update index.html --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 7bcbf13..8f43fc1 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,12 @@ pointer-events: none; z-index: 9999; } + + @media (max-width: 780px) { + .circle-container{ + display: none; + } + }