I face some challenges on project 4. i need some help?

I want to move the border around the" li "tag to The left to fit with nav
here is codehttps://codepen.io/solomon123fgt/pen/GRJvLjK?editors=1100

We need to correct link.

here is my link.https://codepen.io/solomon123fgt/pen/GRJvLjK?editors=1100

Remove the default padding on the <ul>.

#navbar > ul {
  padding: 0;
}