From the list: Build ✔ Mobile Responsive - Homepage - News Arrows Cody A. added this on May 22, 2020 Completed May 27, 2020 by Kyle S. Assigned to Kyle S. Notes Arrows are hard to click on iphone x. image.png 192 KB • Download Comments & Events Kyle Sullivan, Web Development I added the following in /sass/secondary/components/partials/_slickArrows.scss..slick-arrow ( @media screen and (max-width: 767px) { &.slick-prev { left: -1rem; } &.slick-next { right: -1rem; } } } May 27, 2020 at 3:06 PM Notified 1 person Kyle Sullivan, Web Development image.png 300 KB • Download May 27, 2020 at 3:07 PM Notified 1 person Kyle Sullivan completed this to-do. May 27, 2020 at 3:07 PM
Kyle Sullivan, Web Development I added the following in /sass/secondary/components/partials/_slickArrows.scss..slick-arrow ( @media screen and (max-width: 767px) { &.slick-prev { left: -1rem; } &.slick-next { right: -1rem; } } } May 27, 2020 at 3:06 PM Notified 1 person
.slick-arrow ( @media screen and (max-width: 767px) { &.slick-prev { left: -1rem; } &.slick-next { right: -1rem; } } }