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