
/* Mobile */

@media(max-width:576px){

.topbar{

    padding:0 10px;

}

.content{

    padding:10px;

}

.dashboard-card{

    margin-bottom:15px;

}

}