Commit 4b660b01 authored by Ben Wheeler's avatar Ben Wheeler

constrain studio and remix thumbnails to a single column

parent 640d5652
...@@ -612,6 +612,7 @@ $stage-width: 480px; ...@@ -612,6 +612,7 @@ $stage-width: 480px;
.thumbnail-column { .thumbnail-column {
display: inline-block; display: inline-block;
width: 100%; width: 100%;
max-width: 300px;
/* TODO: the following can be transferred to /* TODO: the following can be transferred to
src/components/thumbnailcolumn/thumbnailcolumn.scss src/components/thumbnailcolumn/thumbnailcolumn.scss
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment