Skip to content

Commit

Permalink
Merge pull request #922 from Anni299/main
Browse files Browse the repository at this point in the history
Removed Cursor Trail Effect in Mobile View in Blogs
  • Loading branch information
deepeshmlgupta authored Aug 8, 2024
2 parents 845a114 + bc47688 commit f580615
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
7 changes: 7 additions & 0 deletions blogs/Pocketmoney.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
7 changes: 7 additions & 0 deletions blogs/economic-trends-and-analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
7 changes: 7 additions & 0 deletions blogs/how-to-10x-your-generational-wealth.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
7 changes: 7 additions & 0 deletions blogs/invest-minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
7 changes: 7 additions & 0 deletions blogs/real-estate-economics.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
7 changes: 7 additions & 0 deletions blogs/saving-for-future.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
6 changes: 6 additions & 0 deletions blogs/senior.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
6 changes: 6 additions & 0 deletions blogs/starup.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
pointer-events: none;
z-index: 9999;
}

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

#progressBar {
position: fixed;
top: 0;
Expand Down

0 comments on commit f580615

Please sign in to comment.