Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ShwetKhatri2001 authored Feb 18, 2024
1 parent a4a5926 commit a7b1335
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Header/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ nav .navtop {
padding: 0;
}

.desktop-nav li {
padding: 1rem;
}

.desktop-nav a {
color: var(--text);
font-size: 1.1rem;
font-weight: 600;
padding: 0 1rem;
text-decoration: none;
transition: 0.5s all ease-in-out;
position: relative;
Expand Down

0 comments on commit a7b1335

Please sign in to comment.