[Glitch] Adjust spacing on setting sub-nav items when below mobile size
Port 09cf617d7f
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2865/head
parent
69c76fd94a
commit
e58d99a771
|
@ -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…
Reference in New Issue