Skip to content

Commit

Permalink
Merge pull request #73 from danishsheikh1122/overflowing-navbar-fixed
Browse files Browse the repository at this point in the history
fixed the overflowing nav bar
  • Loading branch information
rajatrajputdev authored Oct 10, 2024
2 parents e4de42e + 4d5358a commit a1705b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ nav {
font-size: 18px;
display: flex;
align-items: center;
padding: 18px;
padding: 18px 0px 18px 0px;
}

.nav-links ul {
Expand All @@ -195,9 +195,9 @@ nav {
margin-left: 20px;
}

.nav-links ul li a {
ul li a {
height: 100%;
padding: 0 20px;
padding: 0;
display: flex;
align-items: center;
text-decoration: none;
Expand Down

0 comments on commit a1705b7

Please sign in to comment.