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

pull/30768/head
Matt Jankowski 8 months ago committed by GitHub
parent f73787a4b8
commit f10d61bf86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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