fix(client): Adjust mobile view for email-signup page (#42567)

Co-authored-by: PrashantSakre <prashantsakre@Prashants-mac-mini.local>
pull/42570/head
Prashant 2021-06-19 19:57:00 +05:30 committed by GitHub
parent f4b0b0b1b5
commit 42e8b2247e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -61,10 +61,11 @@ class AcceptPrivacyTerms extends Component {
<title>{t('misc.email-signup')} | freeCodeCamp.org</title>
</Helmet>
<Grid className='default-page-wrapper email-sign-up'>
<Spacer />
<SectionHeader>{t('misc.email-signup')}</SectionHeader>
<Row>
<IntroDescription />
<Col md={8} mdOffset={2} sm={10} smOffset={1} xs={12}>
<IntroDescription />
<strong>{t('misc.quincy')}</strong>
<Spacer />
<p>{t('misc.email-blast')}</p>