improve mobile styling for columns component (#9899)

This commit is contained in:
Jeff Escalante 2020-09-04 18:12:01 -04:00 committed by GitHub
parent fe7229028f
commit 33cf45440a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
columns: 4;
}
&[class] ul {
@media (max-width: 500px) {
columns: 1;
}
}
& > ul li {
margin-top: 0;
}