Spinning direction

This commit is contained in:
Adina Țeudan 2021-11-19 17:18:09 +02:00
parent dc100c44be
commit 1835df954b

View File

@ -34,6 +34,6 @@
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
transform: rotate(-360deg);
}
}