@media (min-width: 468px) {
    nav ul {
        display: flex;
    }
    nav ul li {
        flex: 1 1 100%;
        list-style: none;
    }
}