diff --git a/pages/index.vue b/pages/index.vue index 176cd7d..07f75e4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -45,18 +45,6 @@ background: colors.$background; color: colors.$background-c; width: 100vw; - - animation: 4s ease both fade-in; - } - - @keyframes fade-in { - from { - opacity: 0; - } - - to { - opacity: 1; - } } .index-page__background {