Why am I still failing this user story?

I have just completed my portfolio but I am still failing this user story “The navbar should always be at the top of the viewport”.
Any help would be appreciated
thanks!

AssertionError: Navbar’s parent should be body and it should be at the top of the viewport : expected 16 to be close to 0 +/- 15

You are off by 1 pixel which is likely due to the padding you added to your header.

Ok fixed it :smile: Thank you so much :hugs:

1 Like