fix(client): adjust CTA button width depending on viewport (#38432)
This commit is contained in:
@ -107,7 +107,7 @@ function Intro({
|
|||||||
<h2 className='medium-heading'>Spotify</h2>
|
<h2 className='medium-heading'>Spotify</h2>
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
<Col sm={10} smOffset={1} xs={12}>
|
<Col md={6} mdOffset={3} sm={8} smOffset={2} xs={12}>
|
||||||
<button
|
<button
|
||||||
className={'btn-cta-big signup-btn btn-cta center-block'}
|
className={'btn-cta-big signup-btn btn-cta center-block'}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
@ -16,7 +16,7 @@ const propTypes = {
|
|||||||
|
|
||||||
const BigCallToAction = () => (
|
const BigCallToAction = () => (
|
||||||
<Row>
|
<Row>
|
||||||
<Col sm={10} smOffset={1} xs={12}>
|
<Col md={6} mdOffset={3} sm={10} smOffset={1} xs={12}>
|
||||||
<Login block={true}>Sign in and get started (it's free)</Login>
|
<Login block={true}>Sign in and get started (it's free)</Login>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
Reference in New Issue
Block a user