Skip to content

Commit 379d0ae

Browse files
stop subnav items from wrapping and reduce size on small screens (#1777)
1 parent 0525065 commit 379d0ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_components/RefHeader.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
height: 3rem;
1111
}
1212

13+
.refheader-link {
14+
white-space: nowrap;
15+
font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
16+
}
17+
1318
.refheader-link[data-active="true"] {
1419
color: hsl(var(--primary));
1520
}

0 commit comments

Comments
 (0)