Skip to content

Commit

Permalink
flip boombox phase
Browse files Browse the repository at this point in the history
  • Loading branch information
Potato22 committed Sep 6, 2023
1 parent 2595e16 commit 2cf58ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/sprites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@

@keyframes iconBoombox {
from {
transform: scale(1);
transform: scale(.8);
}

80% {
transform: scale(.8);
transform: scale(1);
}
}

Expand Down

0 comments on commit 2cf58ea

Please sign in to comment.