Skip to content

Commit

Permalink
🐛 Put back bg animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvein committed Oct 17, 2019
1 parent a726072 commit 778a6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/styles.css
Expand Up @@ -54,7 +54,7 @@ body {
background-size: var(--bg-size);
opacity: 0.33;
will-change: background-position;
/*animation: 2s loop infinite linear;*/
animation: 2s loop infinite linear;
}

main {
Expand Down

1 comment on commit 778a6f8

@vercel
Copy link

@vercel vercel bot commented on 778a6f8 Oct 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.