Skip to content

Commit

Permalink
Fix the side-by-side view style (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx authored Jul 23, 2023
1 parent 027ba84 commit a5deb8e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
}
.transitionContainer.showRight {
transform: translateX(-100vw);

@include mixins.responsive(md) {
transform: none;
}
}

.divider {
Expand Down

0 comments on commit a5deb8e

Please sign in to comment.