Skip to content

Commit

Permalink
Removed landing animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Dec 22, 2023
1 parent 49affc6 commit a37c68e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@
<style lang="scss" scoped>
.banner {
position: relative;
img {
animation: 1.5s fade-in;
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.bg {
width: 100%;
height: 100%;
Expand Down

0 comments on commit a37c68e

Please sign in to comment.