Skip to content

Commit

Permalink
updates custom cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
betovargas committed Aug 29, 2024
1 parent 8d991fc commit 7bf9c2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/CustomCursor/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}

/* Hide cursor on screens smaller than 768px */
@media (max-width: 768px) {
/* @media (max-width: 768px) {
.app-cursor {
display: none;
}
}
}
}*/

0 comments on commit 7bf9c2f

Please sign in to comment.