/*
Theme Name: K25
Theme URI: 
Author: Kalle Kemilä
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ollie
Text Domain: k25
Tags: 
*/



.logo-grid div:has(figure) {
        display: flex;
        justify-content: center;
        align-items: center;
  }


  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

    
@media only screen and (max-width: 781px) {
    .logo-grid {
        grid-template-columns: repeat(auto-fill, minmax(min(6rem, 100%), 1fr));
        container-type: inline-size;
        gap: var(--wp--preset--spacing--xx-large);
    }
}
