Allow playground on lg screens not just xl
Summary: This is now possible with the changes to centering the content Reviewed By: danielbuechele Differential Revision: D7009506 fbshipit-source-id: e2ff11d25dd6c388c82983d615e2a4c50b992583
This commit is contained in:
committed by
Facebook Github Bot
parent
b21dd9891a
commit
c84ed90272
@@ -57,7 +57,7 @@ const HeroSection = () => (
|
||||
|
||||
const PlaygroundSection = () => (
|
||||
<Row>
|
||||
<Col xl={24} lg={0} md={0} sm={0} xs={0}>
|
||||
<Col lg={24} md={0} sm={0} xs={0}>
|
||||
<Playground selectedNodePath={[]} showGuides={false} height={601} />
|
||||
</Col>
|
||||
</Row>
|
||||
|
Reference in New Issue
Block a user