Skip to content

Commit

Permalink
fix spacing between buttons
Browse files Browse the repository at this point in the history
- make spacing smaller
- make spacing between github button and other buttons more consistent
  • Loading branch information
AudreyW05 committed Apr 27, 2024
1 parent 7715b38 commit 9855655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ body {

#navbar #nav-container .nav-items li {
line-height: 40px;
padding: 0 10px;
padding: 0px;
}

#navbar #nav-container .nav-items li button {
Expand All @@ -167,6 +167,7 @@ body {
border: 0.7mm solid;
color: #1e6cff;
text-transform: none;
margin: 0 15px;
}

#navbar #nav-container .nav-items li .github:hover {
Expand Down

0 comments on commit 9855655

Please sign in to comment.