From the list: As of Thursday Morning 12/13 ✔ R - Events should wrap Veronica A. added this on Dec 27, 2018 Completed Dec 27, 2018 by Kyle S. Assigned to Kyle S. Comments & Events Kyle Sullivan, Web Development Events are in a single column below the responsive breakpoint. This was accomplished with the following media query.@media screen and (max-width: 1200px){ .content-area .site-main .parallax .calendar-container .simcal-calendar .simcal-calendar-list .simcal-events-list-container { height: auto; }} Dec 27, 2018 at 11:25 PM Notified 1 person Kyle Sullivan completed this to-do. Dec 27, 2018 at 11:25 PM
Kyle Sullivan, Web Development Events are in a single column below the responsive breakpoint. This was accomplished with the following media query.@media screen and (max-width: 1200px){ .content-area .site-main .parallax .calendar-container .simcal-calendar .simcal-calendar-list .simcal-events-list-container { height: auto; }} Dec 27, 2018 at 11:25 PM Notified 1 person
@media screen and (max-width: 1200px){
.content-area .site-main .parallax .calendar-container .simcal-calendar .simcal-calendar-list .simcal-events-list-container {
height: auto; }
}