/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://www.lkaps.org
Author: Ken Vergonet
Author URI: https://www.lkaps.org
Description: 
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: twentytwentythreechild
Tags: blog, news, portfolio, one-column, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready, 


*/

/* Limit KMKY grid to 3 items on mobile screens */
@media (max-width: 768px) {
  .limit-mobile-posts li:nth-child(n + 4),
  .limit-mobile-posts .wp-block-post:nth-child(n + 4) {
    display: none !important;
  }
}
