Skip to content

Commit

Permalink
updated the nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanushree084 committed Oct 17, 2024
1 parent f5514cc commit 5c80904
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,14 @@ html::-webkit-scrollbar-thumb:window-inactive {
nav {
flex: 1;
text-align: right;
margin-right: 100px;
;
}
nav ul{
margin-left: 20px;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
nav ul li {
list-style: none;
Expand Down

0 comments on commit 5c80904

Please sign in to comment.