/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2022 | 11:56:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2022 | 11:43:41 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media only screen and (max-width: 1000px) {
div.custom-event-list .fooevents-calendar-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 20px;
}
}

