From 05d8467e973db0a8cfb30809caea511742aa5d12 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Date: Tue, 15 Oct 2024 13:47:52 +0530 Subject: [PATCH] fixed cursor effects --- frontend/index.html | 124 ++++++++++++++++++++++++++------------------ 1 file changed, 73 insertions(+), 51 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index b4f5051..cbf26d2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -29,6 +29,12 @@ z-index: 99999999; } + + @media (max-width : 768px) { + .circle{ + display: none; + } + } .chatbot-container { @@ -253,58 +259,74 @@

Saarthi

- + + // Repeat the animation + requestAnimationFrame(animateCircles); + } + + // Start the animation + animateCircles(); + + + \ No newline at end of file