/*
Theme Name: Just1Page Child
Theme URI: https://just1page.ru/
Author: Your Name
Author URI: https://just1page.ru/
Description: A child theme for Just1Page.Ru
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: just1page
Text Domain: just1page-child
Domain Path: /languages/
*/

/* Add your custom styles below */

@media (max-width: 767px) {
    ul#menu-top-menu {
        display: block;
        li a {
            color: #e1e1e1;
            &::before {
                display: none;
            }
        }
    }
}