_mediaquery.scss 107 B

1234567
  1. @media only screen and (max-width: 640px) {
  2. #imageview .arrow_wrapper {
  3. display: none !important;
  4. }
  5. }