Skip to content

Commit

Permalink
nav links bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
chaanakyaaM committed Oct 15, 2024
1 parent 6d21e8b commit f838317
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ nav {
align-items: center;
gap: 15px;
}

.nav-links a{
text-decoration: none;
}
.add {
background-color: #007BFF;
color: white;
border: none;
padding: 10px 15px;
border-radius: 5px;
Expand All @@ -121,6 +121,7 @@ nav {
}

.add i {
text-decoration: none;
margin-left: 5px;
}

Expand Down

0 comments on commit f838317

Please sign in to comment.