/*
Theme Name: TT4 Child
Theme URI:
Author: Óscar Zamora
Author URI:
Description: Tema hijo del twentytwentyfour
Requires at least: 6.9
Tested up to: 6.9
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: twentytwentyfour
Text Domain: tt4-child
Tags:
*/

.site-header .wp-block-navigation li {
    flex-grow: 1;
}

.site-header .wp-block-navigation li a {
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    transition: background-color 0.2s ease-in-out;
}

.site-header .wp-block-navigation li a:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

/* Menú principal */
.wp-block-navigation__responsive-container-open {
    margin: 0.5rem !important;
}
