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 3, 2024
1 parent 44eac93 commit dd93e4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,12 @@ button:hover {
}


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




Expand Down

0 comments on commit dd93e4c

Please sign in to comment.