Skip to content

Commit

Permalink
Merge pull request #1142 from RadhikaMalpani1702/main
Browse files Browse the repository at this point in the history
feat: The cursor Trail effect hide in Mobile View
  • Loading branch information
apu52 authored Jul 21, 2024
2 parents 6c5c164 + 50b17c4 commit 8d5626c
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
8 changes: 8 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@
pointer-events: none;
z-index: 9999;
}

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

}

body.dark-theme .accordion{
background-color: #040565;
}
Expand Down
8 changes: 8 additions & 0 deletions feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
pointer-events: none;
z-index: 9999;
}

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

}

</style>
</head>

Expand Down
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,13 @@
z-index: 9999;
}

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

}

</style>
<link rel="stylesheet" href="imstyle.css">
<link rel="stylesheet" href="jquery.flipster.min.css">
Expand Down
8 changes: 8 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
pointer-events: none;
z-index: 9999;
}

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

}

</style>

</head>
Expand Down
8 changes: 8 additions & 0 deletions tnc.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
pointer-events: none;
z-index: 9999;
}

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

}

</style>

</head>
Expand Down

0 comments on commit 8d5626c

Please sign in to comment.