Skip to content

Commit

Permalink
Merge pull request #699 from Athaxv/fix-navbar-#695
Browse files Browse the repository at this point in the history
fixed-changes
  • Loading branch information
samarth-6 authored Oct 14, 2024
2 parents 33ef529 + 6d1b5a1 commit 755b2db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ nav {

#nav-list {
display: flex;
gap: 20px;
gap: 5px;
list-style: none;
margin-left: 200px;
margin-left: 60px;
padding: 0;
align-items: center;
}
Expand Down Expand Up @@ -1053,6 +1053,10 @@ body.dark-mode {
.sun-icon {
color: #ffd700;
size: 20px;
align-items: center;
justify-content: center;
display: flex;
margin-top: 4px;
}

.moon-icon {
Expand Down

0 comments on commit 755b2db

Please sign in to comment.