feat(spacer): Extend Spacer API

This commit is contained in:
Bouncey
2018-09-13 18:25:48 +01:00
committed by Stuart Taylor
parent 4157552cdb
commit 73e89a2300
2 changed files with 19 additions and 10 deletions

View File

@@ -101,7 +101,6 @@ function Welcome({
</Col>
</Row>
<Spacer />
<Spacer />
<Row>
<Col sm={8} smOffset={2} xs={12}>
<p className='stats'>
@@ -125,7 +124,6 @@ function Welcome({
</Col>
</Row>
<Spacer />
<Spacer />
<Row>
<Col sm={8} smOffset={2} xs={12}>
<Button block={true} bsStyle='primary' className='btn-cta-big'>
@@ -133,11 +131,7 @@ function Welcome({
</Button>
</Col>
</Row>
<Spacer />
<Spacer />
<Spacer />
<Spacer />
<Spacer />
<Spacer size={4}/>
</Grid>
</Layout>
);