Skip to content

Commit

Permalink
Removed overflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SupratitDatta committed Oct 8, 2024
1 parent 27efbb2 commit 2e0f31b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,16 @@ nav {
text-align: right;
margin-right: 100px;
}

nav ul{
margin-left: 20px;
display: flex;
flex-direction: row;
}
nav ul li {
list-style: none;
display: inline;
margin-right: 30px;
text-wrap: nowrap;
}

nav ul li a {
Expand Down

0 comments on commit 2e0f31b

Please sign in to comment.