Skip to content

Commit

Permalink
fixed-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AtharvGaur05 committed Oct 14, 2024
1 parent 267e78a commit 6d1b5a1
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 @@ -1041,6 +1041,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 6d1b5a1

Please sign in to comment.