Technical documentation: navbar test fails!

Hi!

I am finishing the responsive design projects, but I cannot pass the project #4. Here is my code:

I should want to know what is wrong.
Thanks.

Your navigation bar, with the heading links, should not scroll down with the #main-doc content…
Your media query doesn’t have condition, and therefore you’re overriding fixed behavior of your #navbar
add media queries in following way

@media screen(max-width: 720px){
    //content
}

Hey there,

you can have a look at the test.

Have a look at it and try to understand what the test checks for :slightly_smiling_face: