Skip to content

Commit

Permalink
Merge pull request #1108 from ygowthamr/CursorIssue
Browse files Browse the repository at this point in the history
Hiding Cursor on Mobile View
  • Loading branch information
MastanSayyad authored Nov 9, 2024
2 parents 83aaa34 + 7c0238c commit 17e54b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -867,4 +867,8 @@ h3 {
/* so that it stays on top of all other elements */
}


@media (max-width: 768px) {
.circle {
display: none;
}
}

0 comments on commit 17e54b3

Please sign in to comment.