Skip to content

Commit

Permalink
Fix the side-by-side view style
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jul 22, 2023
1 parent 027ba84 commit 011f7a5
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 011f7a5

Please sign in to comment.