2
0

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

This commit is contained in:
Matt Jankowski
2024-10-01 09:41:25 -04:00
committed by GitHub
parent f73787a4b8
commit f10d61bf86

View File

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