Skip to content

Commit

Permalink
[SARAH] Tweaking spacing in .navbar .nav-item
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahlwelton authored and osfameron committed Apr 2, 2024
1 parent d8a5d1b commit 6e60753
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
}

.navbar-new-bottom .nav-item {
margin: 0 var(--base-space);
padding: 0.5rem;
margin: 0 var(--base-extra-small-space);
padding: var(--base-extra-small-space) var(--base-space);
}

.navbar-nav .nav-link {
Expand Down Expand Up @@ -299,12 +299,6 @@
width: 100%;
}

.navbar-new-bottom .nav-item {
padding: 0 15px;
width: 100%;
margin: 10px 0;
}

.search {
margin: 10px 0;
width: 100%;
Expand Down

0 comments on commit 6e60753

Please sign in to comment.