Skip to content

Commit 9932e7b

Browse files
author
benquist
committed
Compact nav-link padding so all 9 items fit without flex-nowrap clipping
1 parent 1c97ca4 commit 9932e7b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_sass/_navbar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161

6262
.navbar-nav .nav-item .nav-link {
6363
color: var(--global-text-color);
64+
// Compact horizontal padding so all nav items fit without overflow on a 930px container
65+
padding-left: 0.55rem;
66+
padding-right: 0.55rem;
67+
font-size: 0.92rem;
6468

6569
&:hover {
6670
color: var(--global-hover-color);

0 commit comments

Comments
 (0)