Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

My portfolio step 3

@media size problem
by

1 Answer

sam5epi0l
Hi there, Try this code:


@media(max-width: 650px)
{
nav {
flex-direction: column;
}

#nav-options a {
font-size: 0.75em;
}
}


Let me know if you still face errors while submitting.

Login / Signup to Answer the Question.