Skip to content

Commit

Permalink
Added Padding to Right side of NavBar
Browse files Browse the repository at this point in the history
ref #86. 
The padding seemed fine on my machine but still added a bit more padding on the right side. Tell me if is fine...
  • Loading branch information
vaibhavj2111 committed Oct 17, 2023
1 parent de872e2 commit 3fc231c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ body {
align-items: center;
justify-content: center;
flex-wrap: nowrap;
padding: 20px;
}

.nav-bar .nav-elem button {
Expand Down

0 comments on commit 3fc231c

Please sign in to comment.