Skip to content

Commit

Permalink
Merge pull request #1223 from RadhikaMalpani1702/main
Browse files Browse the repository at this point in the history
feat: Hide the Cursor Trail Effect in Mobile view
  • Loading branch information
apu52 authored Jul 25, 2024
2 parents 3a84189 + af9a0c2 commit 58e725d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@
z-index: 9999;
}

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

</style>
<link rel="stylesheet" href="imstyle.css">
<link rel="stylesheet" href="jquery.flipster.min.css">
Expand Down

0 comments on commit 58e725d

Please sign in to comment.