Adjust spacing on setting sub-nav items when below mobile size (#32137)

pull/32259/head
Matt Jankowski 5 months ago committed by Claire
parent 784d1bfb29
commit 09cf617d7f

@ -226,6 +226,10 @@ $content-width: 840px;
gap: 5px; gap: 5px;
white-space: nowrap; white-space: nowrap;
@media screen and (max-width: $mobile-breakpoint) {
flex: 1 0 50%;
}
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {

Loading…
Cancel
Save