Skip to content

Commit

Permalink
removed transition on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiffany Chen authored and Tiffany Chen committed Dec 11, 2023
1 parent 4df8c50 commit fc2e68a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/quotes/quote-card.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
@media (max-width:480px) {
.quote-card-container {
margin: 0 10px;
transition: none; /* Remove transition on touch devices */

}
}

Expand Down

0 comments on commit fc2e68a

Please sign in to comment.