Use 1 column layout for form `ul` on narrow widths (#32112)

pull/32118/head
Matt Jankowski 6 months ago committed by GitHub
parent 89c39e7826
commit 106b22bd2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -312,6 +312,10 @@ code {
ul {
columns: 2;
@media screen and (max-width: $mobile-breakpoint) {
columns: 1;
}
}
}

Loading…
Cancel
Save