Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Aug 24, 2022
1 parent be30adf commit 4dc325d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ html[data-theme='dark'] .topBannerTitleText {
}

@keyframes jack-in-the-box {
from {
0% {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
Expand All @@ -133,7 +133,7 @@ html[data-theme='dark'] .topBannerTitleText {
transform: rotate(3deg);
}

to {
100% {
opacity: 1;
transform: scale(1);
}
Expand Down

0 comments on commit 4dc325d

Please sign in to comment.