Skip to content

Commit

Permalink
Finalize fixation & animations
Browse files Browse the repository at this point in the history
Animatino is now rotating for only Y-axis
  • Loading branch information
skyjune0824 committed Apr 7, 2023
1 parent d345969 commit 0af14cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/src/pages/NewCourseScheduler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ button:focus {
}
#burger.active .burger-button {
transform: rotate(-540deg);
transform: rotateY(-540deg);
}
#burger.active .burger-bar {
Expand Down

0 comments on commit 0af14cc

Please sign in to comment.