mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #2138 from LiFaytheGoblin/2132/positioning-remix-credit-text
Positioning remix credit text correctly
This commit is contained in:
commit
62498a0c69
1 changed files with 5 additions and 1 deletions
|
@ -263,7 +263,11 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
padding: .5rem;
|
||||
width: calc(100% - 1rem);
|
||||
flex-wrap: nowrap;
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
|
||||
@media #{$medium-and-small} {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
.credit-text {
|
||||
|
|
Loading…
Reference in a new issue