Skip to content

Commit

Permalink
Merge pull request #60 from AviralPatel0526/dev
Browse files Browse the repository at this point in the history
removed ghost from tablet and mobile view
  • Loading branch information
shubhanshu-0 authored Sep 29, 2023
2 parents 7c4df0d + a29546b commit 47333a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/mouse.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@
top: 12px;
}
}
@media (width<=800px){
.ghost{
display: none;
}
}

0 comments on commit 47333a4

Please sign in to comment.