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