From 7c0238ce254aeef0a358d3680dfafd8720135e8d Mon Sep 17 00:00:00 2001 From: ygowthamr Date: Fri, 8 Nov 2024 21:29:39 +0530 Subject: [PATCH] Removed the cursor in mobile view --- styles/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index 60f5becf..5140fc76 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -867,4 +867,8 @@ h3 { /* so that it stays on top of all other elements */ } - +@media (max-width: 768px) { + .circle { + display: none; + } +} \ No newline at end of file