/*
Theme Name: Main Street LBS
Theme URI: 
Author: LBS Website Design
Author URI: 
Description: A block theme for LBS Websites
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: main-street-lbs
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, wide-blocks, block-styles, food-and-drink
*/

@media screen and (max-width: 600px) {
    .wp-block-navigation__responsive-container {
        padding: 2rem !important;
    }

    .wp-block-navigation__responsive-container-content {
        align-items: center !important;
    }

    .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
       align-items: center !important;
    }
}
