extensions buttons made responsive

This commit is contained in:
Linda 2018-09-21 13:52:42 -04:00
parent 337a9e2f30
commit d066e73b91

View file

@ -515,6 +515,12 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
.extension-list {
justify-content: flex-start;
flex-direction: row;
@media #{$medium-and-small} {
justify-content: center;
}
}
.remix-list,