Skip to content

Commit 3910499

Browse files
committed
refactor(Register): add margins to social-media buttons
1 parent 450fc30 commit 3910499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/Pages/Register/Register.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Register extends Component {
77
<div className="app flex-row align-items-center">
88
<Container>
99
<Row className="justify-content-center">
10-
<Col md="6">
10+
<Col md="9" lg="7" xl="6">
1111
<Card className="mx-4">
1212
<CardBody className="p-4">
1313
<Form>
@@ -49,10 +49,10 @@ class Register extends Component {
4949
<CardFooter className="p-4">
5050
<Row>
5151
<Col xs="12" sm="6">
52-
<Button className="btn-facebook" block><span>facebook</span></Button>
52+
<Button className="btn-facebook mb-1" block><span>facebook</span></Button>
5353
</Col>
5454
<Col xs="12" sm="6">
55-
<Button className="btn-twitter" block><span>twitter</span></Button>
55+
<Button className="btn-twitter mb-1" block><span>twitter</span></Button>
5656
</Col>
5757
</Row>
5858
</CardFooter>

0 commit comments

Comments
 (0)