mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
constrain studio and remix thumbnails to a single column
This commit is contained in:
parent
640d565207
commit
4b660b0176
1 changed files with 1 additions and 0 deletions
|
@ -612,6 +612,7 @@ $stage-width: 480px;
|
|||
.thumbnail-column {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
|
||||
/* TODO: the following can be transferred to
|
||||
src/components/thumbnailcolumn/thumbnailcolumn.scss
|
||||
|
|
Loading…
Reference in a new issue