Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quotes section on tablet screens
The width of the `slick-carousel` element was incorrectly being set to a very high amount on tablet-sized screens, resulting in the `.title` section being squeezed into single characters and making the section very tall. Adding `min-width: 0;` to the `.column` section prevents this behavior. The solution was found here: kenwheeler/slick#3991 (comment)
- Loading branch information