Skip to content

Commit

Permalink
Nav spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno committed Jan 14, 2024
1 parent 635aff8 commit feec6ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ nav {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 2rem;
}

nav span {
gap: 1rem;
display: flex;
}

nav p {
Expand Down

0 comments on commit feec6ae

Please sign in to comment.