Merge pull request #2138 from LiFaytheGoblin/2132/positioning-remix-credit-text

Positioning remix credit text correctly
This commit is contained in:
Linda 2018-10-03 14:30:15 -04:00 committed by GitHub
commit 62498a0c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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