fix: minor style changes (#39439)

This commit is contained in:
Ahmad Abdolsaheb
2020-08-20 12:42:11 +03:00
committed by GitHub
parent b1be0425a5
commit c8acd13b31
2 changed files with 4 additions and 7 deletions

View File

@@ -99,16 +99,16 @@ function Intro({
return (
<>
<Row>
<Col sm={10} smOffset={1} xs={12}>
<Col sm={8} smOffset={2} xs={12}>
<Spacer />
<h1 className='big-heading text-center'>
<h1 className='big-heading'>
Welcome to freeCodeCamp's curriculum.
</h1>
<Spacer size={1} />
</Col>
<Spacer size={2} />
<IntroDescription />
<Spacer />
<Col sm={8} smOffset={2} xs={12}>
<Spacer />
<Login block={true}>
Sign in to save your progress (it's free)
</Login>