Skip to content

Commit

Permalink
update nav.css
Browse files Browse the repository at this point in the history
  • Loading branch information
melissasamworth committed Feb 14, 2024
1 parent 8ea9e61 commit 9e60bcf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/components/Nav/nav.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.top-header {
padding: var(--spacing-16) var(--spacing-80);
padding: var(--spacing-32) var(--spacing-80);
}
.top-nav {
display: flex;
Expand All @@ -16,6 +16,11 @@
width: 100%;
height: 100%;
}

.top-logo {
padding: 0 56px 0 0;
}

.top-menu {
display: flex;
gap: 40px;
Expand Down

0 comments on commit 9e60bcf

Please sign in to comment.