fix: minor style changes (#39439)
This commit is contained in:
@ -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>
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user