Skip to content

Commit

Permalink
new change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitrathore2004 committed May 29, 2024
1 parent e469072 commit 053f272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

1. bullet border pr chaal rhi h to collision upar detect ho ja rha h ------- done
2. reset btn theek kro
3. mobile responsive
3. mobile responsive --------- done
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
opacity: 1;
}
100% {
transform: translateY(-100vh);
transform: translateY(-160vh);
opacity: 0;
}
}
Expand All @@ -382,7 +382,7 @@
opacity: 1;
}
100% {
transform: translateY(100vh);
transform: translateY(160vh);
opacity: 0;
}
}
Expand All @@ -402,7 +402,7 @@
opacity: 1;
}
100% {
transform: translateX(-100vh);
transform: translateX(-160vh);
opacity: 0;
}
}
Expand All @@ -413,7 +413,7 @@
opacity: 1;
}
100% {
transform: translateX(100vh);
transform: translateX(160vh);
opacity: 0;
}
}
Expand Down

0 comments on commit 053f272

Please sign in to comment.