@media screen and (min-width:1024px) {  
    .navbar-menu>.menu-item>a{
        max-width: 100% !important;
    }

    .navbar-menu>li {
        flex: 0 0 100px !important;
    }
 }
