| Direktori : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/new/moodle/theme/boost/scss/moodle/ |
| Current File : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/new/moodle/theme/boost/scss/moodle/templates.scss |
// Style for template 3 columns auto.
.columns-autoflow-1to1to1 {
column-count: 3;
}
@media (max-width: 767px) {
// Change to a single column for smaller screens.
.columns-autoflow-1to1to1 {
column-count: 1;
}
}