/*
 * This file is part of the YesWiki Extension alternativeupdatej9rem.
 *
 * Authors : see README.md file that was distributed with this source code.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 * Feature UUID : auj9-custom-changes
 */
 
@media (max-width: 768px) {

    .facette-container, .facette-container[data-filter-align=right] {
        flex-direction: column-reverse !important;
    }

}

section {
    padding: initial;
}