Keep getting an error code about nav bar on fcc project

  1. The navbar should always be at the top of the viewport. AssertionError: #header or one of its children should be at the top of the viewport : expected 15.989583969116211 to be close to 0 +/- 15

free code camp - can’t figure out this error. Link is below - been trying for hours…

Thanks,

Sean

you are just 1 pixel out!

try setting padding and margin-top to 0 or reduce the amounts you are using.

Thank you - I passed it last night, but was not sure how to close out the question. And I did just go back in and look at those margins:) Thank you!