/*
Theme Name: Twenty Twenty-Five Child
Description: Minimal child theme for Twenty Twenty-Five.
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

:where(.wp-site-blocks :focus) {
    outline: none;
}

@media only screen and (max-width: 1280px) {
    .tablet-max-800 {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .wp-block-site-logo {
        max-width: 140px;
    }
}