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 ( return (
<> <>
<Row> <Row>
<Col sm={10} smOffset={1} xs={12}> <Col sm={8} smOffset={2} xs={12}>
<Spacer /> <Spacer />
<h1 className='big-heading text-center'> <h1 className='big-heading'>
Welcome to freeCodeCamp's curriculum. Welcome to freeCodeCamp's curriculum.
</h1> </h1>
<Spacer size={1} />
</Col> </Col>
<Spacer size={2} />
<IntroDescription /> <IntroDescription />
<Spacer />
<Col sm={8} smOffset={2} xs={12}> <Col sm={8} smOffset={2} xs={12}>
<Spacer />
<Login block={true}> <Login block={true}>
Sign in to save your progress (it's free) Sign in to save your progress (it's free)
</Login> </Login>

View File

@ -62,9 +62,6 @@ class AcceptPrivacyTerms extends Component {
<SectionHeader>Email Sign Up</SectionHeader> <SectionHeader>Email Sign Up</SectionHeader>
<Row> <Row>
<IntroDescription /> <IntroDescription />
<Col md={8} mdOffset={2} sm={10} smOffset={1} xs={12}>
<hr />
</Col>
<Col md={8} mdOffset={2} sm={10} smOffset={1} xs={12}> <Col md={8} mdOffset={2} sm={10} smOffset={1} xs={12}>
<strong> <strong>
- Quincy Larson, the teacher who founded freeCodeCamp.org - Quincy Larson, the teacher who founded freeCodeCamp.org