Skip to content

Commit

Permalink
Removed the cursor in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
ygowthamr committed Nov 8, 2024
1 parent fd28070 commit 7c0238c
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 7c0238c

Please sign in to comment.