/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 13 Mar 2023, 16:43:25
    Author     : klaus
*/
@media only screen and (max-width: 700px) {

    .mayan-calendar-widget-column {
        float: none;
        width: 100%;
        padding: 5px;
    }
    /* Clearfix (clear floats) */
    .mayan-calendar-widget-row::after {
        content: "";
        clear: both;
        display: table;
    }
}
@media only screen and (min-width: 701px) {

    .mayan-calendar-widget-column {
        float: left;
        width: 50%;
        padding: 5px;
    }
    /* Clearfix (clear floats) */
    .mayan-calendar-widget-row::after {
        content: "";
        clear: both;
        display: table;
    }
}



