/*
 Theme Name:     Europify
 Theme URI:      https://europify.at
 Description:    My custom child theme for Twenty Twenty-Five.
 Author:         Gabriel Furmuzachi
 Author URI:     https://dev.cento.red
 Template:       twentytwentyfive
 Version:        1.0.0
 License:        GNU General Public License v2 or later
 License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:    twentytwentyfive-child
*/

/* Import the parent theme's stylesheet */
@import url("../twentytwentyfive/style.css");

/* Add your custom CSS below this line */

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{
    padding: 1em;
	
}
.wp-block-navigation-item wp-block-navigation-link {
	line-height: 1.2em;
}