fix: Correct unit from 'eg' to 'deg' (#7891)

This commit is contained in:
johnd99 2024-04-15 05:11:27 -04:00 committed by GitHub
parent 890ed9f31f
commit f92f04c13c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
transform: rotate(10deg);
}
50% {
transform: rotate(0eg);
transform: rotate(0deg);
}
75% {
transform: rotate(-10deg);