Skip to content

Commit

Permalink
Update animation.css
Browse files Browse the repository at this point in the history
  • Loading branch information
M-MUGESHCHARLES authored May 3, 2024
1 parent ff48d82 commit 34aa2ce
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion assets/css/animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,28 @@

}

@media only screen and (max-width:1010px) {
@media only screen and (max-width:1020px) {

canvas {
display: none;
}

}

@media only screen and (max-width: 1000px) {

#particles-js {
margin-bottom: 50px;
}
}

@media only screen and (max-width: 970px) {

#particles-js {
margin-bottom: 80px;
}
}

@media only screen and (max-width:770px) {

#particles-js {
Expand Down

0 comments on commit 34aa2ce

Please sign in to comment.