Fixed index DOM warning. Google Play btn height
This commit is contained in:
parent
6abe668740
commit
3f8bc3666b
2 changed files with 6 additions and 2 deletions
|
|
@ -182,9 +182,9 @@ class Index extends Component {
|
|||
</div>
|
||||
<p className="moto"><Trans>Siempre alerta a los fuegos en nuestro vecindario</Trans></p>
|
||||
{/* <Link className="participe-btn btn btn-lg btn-warning" role="button" to="/#platforms">{this.props.t('Participa')}</Link> */}
|
||||
<p>
|
||||
<div className="android-btn">
|
||||
<MobileStoreButton store="android" url={androidUrl} />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -77,3 +77,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.android-btn > div {
|
||||
height: 50px !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue