mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
extensions buttons made responsive
This commit is contained in:
parent
337a9e2f30
commit
d066e73b91
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue