From af9a0c272c24a32b7cb50c54c87b59aaea7dc72c Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Thu, 25 Jul 2024 13:58:57 +0530 Subject: [PATCH] Reapply "Update index.html" This reverts commit e26d15277b695352b26c677dca9edca967692b45. --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index cc666ae3..993c192c 100644 --- a/index.html +++ b/index.html @@ -190,6 +190,12 @@ z-index: 9999; } + @media (max-width: 725px) { + .circle-container{ + display: none; + } + } +