Hey guys!
I’m having problems passing the user story #14 for documentation page (HTML and CSS). Has anyone else had the same problem? This is the user story and the error: 1. On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left side of the screen and should always be visible to the user.
AssertionError: Please run this test in a larger window (before any media queries) : expected 687 to be above 850
Even though my navbar is visible at all times it is still not passing?
Can see my page:
https://sonjakoivisto.github.io/documentation/html/index.html
Thanks for help!