Skip to content

Commit

Permalink
Merge pull request #66 from nhsengland/aib-carousel-rotation-direction
Browse files Browse the repository at this point in the history
make carousel rotate a more legible direction
  • Loading branch information
SamHollings authored Feb 14, 2024
2 parents 3e1191d + 2e538c7 commit 16fc773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ then resetting.

@keyframes swirl {
from {
transform: rotateY(-360deg);
transform: rotateY(360deg);
}
to {
transform: rotateY(0deg);
Expand Down

0 comments on commit 16fc773

Please sign in to comment.