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 {
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 >
You can’t perform that action at this time.
0 commit comments