File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class Register extends Component {
7
7
< div className = "app flex-row align-items-center" >
8
8
< Container >
9
9
< Row className = "justify-content-center" >
10
- < Col md = "6" >
10
+ < Col md = "9" lg = "7" xl = " 6">
11
11
< Card className = "mx-4" >
12
12
< CardBody className = "p-4" >
13
13
< Form >
@@ -49,10 +49,10 @@ class Register extends Component {
49
49
< CardFooter className = "p-4" >
50
50
< Row >
51
51
< 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 >
53
53
</ Col >
54
54
< 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 >
56
56
</ Col >
57
57
</ Row >
58
58
</ CardFooter >
You can’t perform that action at this time.
0 commit comments