Skip to content

Commit

Permalink
Merge pull request #134 from bebound/fix_rotate
Browse files Browse the repository at this point in the history
Fix #127
  • Loading branch information
laozhu committed Feb 11, 2020
2 parents f8ec2ea + 58b05e7 commit 63812ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/styles/partials/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
transition: all $easing $speed;

&:hover {
transform: rotate(180deg);
transform: rotate(360deg);
}

@media screen and (max-width: $tablet) {
Expand Down

0 comments on commit 63812ae

Please sign in to comment.