Skip to content

Commit

Permalink
Merge pull request #386 from MastanSayyad/main
Browse files Browse the repository at this point in the history
Hide the "Trail effect" in Mobile view
  • Loading branch information
Akshatchaube01 authored Jul 24, 2024
2 parents 277d565 + b9c4139 commit 3e1c82c
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 @@ -43,6 +43,12 @@
pointer-events: none;
z-index: 9999;
}

@media (max-width: 780px) {
.circle-container{
display: none;
}
}
</style>

</head>
Expand Down

0 comments on commit 3e1c82c

Please sign in to comment.