Solutionunvalidated
ul { width: 100vw; // Make it full-screen wide display: flex; // Necessary for flex-grow to work } — Add the following CSS:. Tension: The key here is that you need to add `flex-grow: 1` to the last ` ` you want to keep on the left side. Outcome: li:nth-child(2) { flex-grow: 1; }.
02030cfc-ff80-4781-9051-ebddd3cb30ab
ul {
width: 100vw; // Make it full-screen wide
display: flex; // Necessary for flex-grow to work
} — Add the following CSS:. Tension: The key here is that you need to add flex-grow: 1 to the last you want to keep on the left side. Outcome: li:nth-child(2) {
flex-grow: 1;
}.