mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
on mobile, remix credit is still a flex row
This commit is contained in:
parent
f11d338d65
commit
38b8e2e97e
1 changed files with 4 additions and 0 deletions
|
@ -264,6 +264,10 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
||||||
width: calc(100% - 1rem);
|
width: calc(100% - 1rem);
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
@media #{$medium-and-small} {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.credit-text {
|
.credit-text {
|
||||||
|
|
Loading…
Reference in a new issue