Skip to content

Commit ea3dcda

Browse files
author
Copilot
committed
Top nav: drop bold weight on navbar-brand so it visually matches the section nav-links at the same 0.95rem (was rendering heavier than the nav-links); zero brand vertical padding so it doesn't visually puff out at top-of-page state
1 parent 2cacaf7 commit ea3dcda

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/scss/components/_navbar.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
.navbar-brand {
2020
color: $primary;
2121
font-family: $headings-font-family;
22-
font-weight: $font-weight-bold;
22+
font-weight: 400;
2323
letter-spacing: $headings-letter-spacing;
2424
text-transform: uppercase;
2525
font-size: 0.95rem;
26+
padding-top: 0;
27+
padding-bottom: 0;
2628

2729
img {
2830
height: 1.5rem;

0 commit comments

Comments
 (0)