@media only screen and (min-width: 600px){
    ul#menu{
        display: flex;
        flex: 1 1 100%;
    }
}