/**
 * @version     0.0.5
 * @package     pkg_galawyer
 * @subpackage  com_galawyer
 * @copyright   2024 Glenn Arkell
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Glenn Arkell <glenn@glennarkell.com.au>
 */

@media (max-width: 480px) {
    div.pagination > nav.pagination__wrapper > ul > li.page-item:nth-child(n+6) { display: none; }
    div.pagination > nav.pagination__wrapper > ul > li.page-item:nth-last-child(2) { display: inline-block; }
    div.pagination > nav.pagination__wrapper > ul > li.page-item:last-child { display: inline-block; }
}
