From 4801219f85919d91805ce8bdf33b1ef4c59750f1 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 20 Jul 2024 14:36:57 +0530 Subject: [PATCH 1/5] Update index.html --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 79fb1103..8554d24a 100644 --- a/index.html +++ b/index.html @@ -190,6 +190,13 @@ z-index: 9999; } + @media screen and (max-width: 768px){ + .circle-container { + display: none; + } + + } + From 718ceedfbac8b43214242516957dce3eb8187273 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 20 Jul 2024 14:37:09 +0530 Subject: [PATCH 2/5] Update tnc.html --- tnc.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tnc.html b/tnc.html index 3a1d7c89..9d5d6a9b 100644 --- a/tnc.html +++ b/tnc.html @@ -33,6 +33,14 @@ pointer-events: none; z-index: 9999; } + + @media screen and (max-width: 768px){ + .circle-container { + display: none; + } + + } + From 3ae3459ff130f846840b751221e90330e8ad1a3d Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 20 Jul 2024 14:37:21 +0530 Subject: [PATCH 3/5] Update privacy.html --- privacy.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/privacy.html b/privacy.html index e84aaa85..37e00906 100644 --- a/privacy.html +++ b/privacy.html @@ -33,6 +33,14 @@ pointer-events: none; z-index: 9999; } + + @media screen and (max-width: 768px){ + .circle-container { + display: none; + } + + } + From 578867330707ef6f18448d5b9cf4bd858add941d Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 20 Jul 2024 14:37:32 +0530 Subject: [PATCH 4/5] Update feedback.html --- feedback.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/feedback.html b/feedback.html index ae15a3aa..9d3e4da9 100644 --- a/feedback.html +++ b/feedback.html @@ -41,6 +41,14 @@ pointer-events: none; z-index: 9999; } + + @media screen and (max-width: 768px){ + .circle-container { + display: none; + } + + } + From 50b17c4b198cd1190aa2b1cab65453e68110d881 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 20 Jul 2024 14:37:42 +0530 Subject: [PATCH 5/5] Update faq.html --- faq.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/faq.html b/faq.html index 9c77e01f..7d2a6dbe 100644 --- a/faq.html +++ b/faq.html @@ -146,6 +146,14 @@ pointer-events: none; z-index: 9999; } + + @media screen and (max-width: 768px){ + .circle-container { + display: none; + } + + } + body.dark-theme .accordion{ background-color: #040565; }