wider top boost on rewards page
This commit is contained in:
parent
f90a9905ba
commit
59d5fd60f2
|
@ -131,7 +131,7 @@ export default function Rewards ({ ssrData }) {
|
||||||
return (
|
return (
|
||||||
<Layout footerLinks>
|
<Layout footerLinks>
|
||||||
{ad &&
|
{ad &&
|
||||||
<div className='pt-3 align-self-center' style={{ maxWidth: '480px', width: '100%' }}>
|
<div className='pt-3 align-self-center' style={{ maxWidth: '500px', width: '100%' }}>
|
||||||
<div className='fw-bold text-muted pb-2'>
|
<div className='fw-bold text-muted pb-2'>
|
||||||
top boost this month
|
top boost this month
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue