Skip to content

Commit

Permalink
Update globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Nov 4, 2023
1 parent 593a8ff commit 9cb2503
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,3 @@
html {
text-rendering: optimizelegibility;
}

@keyframes orbit-1 {
0% {
opacity: 1;
transform: rotate(0deg) translate(-320%) rotate(0deg);
}

100% {
opacity: 1;
transform: rotate(360deg) translate(-320%) rotate(-360deg);
}
}

@keyframes orbit-2 {
0% {
opacity: 1;
transform: rotate(0deg) translate(-450%) rotate(0deg);
}

100% {
opacity: 1;
transform: rotate(-360deg) translate(-450%) rotate(360deg);
}
}

@keyframes orbit-3 {
0% {
opacity: 1;
transform: rotate(0deg) translate(-580%) rotate(0deg);
}

100% {
opacity: 1;
transform: rotate(360deg) translate(-580%) rotate(-360deg);
}
}

0 comments on commit 9cb2503

Please sign in to comment.