Skip to content

Commit bfdf94a

Browse files
Fix rotation
Fixes rotation direction
1 parent 6fe47b2 commit bfdf94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/stylesheet/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/* Rotate objects */
1717
.rotate-90 {
18-
transform: rotate(90deg); /* Equal to rotateZ(90deg) */
18+
transform: rotate(-90deg); /* Equal to rotateZ(90deg) */
1919
}
2020

2121

0 commit comments

Comments
 (0)