@media only screen and (min-width: 60em) {
    nav ul { display: flex; }
    nav ul li { flex: 1 1 100%; }

}
