refactor(Register): add margins to social-media buttons
This commit is contained in:
parent
450fc30aa9
commit
39104998aa
@ -7,7 +7,7 @@ class Register extends Component {
|
|||||||
<div className="app flex-row align-items-center">
|
<div className="app flex-row align-items-center">
|
||||||
<Container>
|
<Container>
|
||||||
<Row className="justify-content-center">
|
<Row className="justify-content-center">
|
||||||
<Col md="6">
|
<Col md="9" lg="7" xl="6">
|
||||||
<Card className="mx-4">
|
<Card className="mx-4">
|
||||||
<CardBody className="p-4">
|
<CardBody className="p-4">
|
||||||
<Form>
|
<Form>
|
||||||
@ -49,10 +49,10 @@ class Register extends Component {
|
|||||||
<CardFooter className="p-4">
|
<CardFooter className="p-4">
|
||||||
<Row>
|
<Row>
|
||||||
<Col xs="12" sm="6">
|
<Col xs="12" sm="6">
|
||||||
<Button className="btn-facebook" block><span>facebook</span></Button>
|
<Button className="btn-facebook mb-1" block><span>facebook</span></Button>
|
||||||
</Col>
|
</Col>
|
||||||
<Col xs="12" sm="6">
|
<Col xs="12" sm="6">
|
||||||
<Button className="btn-twitter" block><span>twitter</span></Button>
|
<Button className="btn-twitter mb-1" block><span>twitter</span></Button>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
</CardFooter>
|
</CardFooter>
|
||||||
|
Loading…
Reference in New Issue
Block a user