on mobile, remix credit is still a flex row

This commit is contained in:
Linda 2018-10-03 10:32:12 -04:00
parent f11d338d65
commit 38b8e2e97e

View file

@ -264,6 +264,10 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
width: calc(100% - 1rem);
flex-wrap: nowrap;
align-items: center;
@media #{$medium-and-small} {
flex-direction: row;
}
}
.credit-text {