fix reccommend responsive
This commit is contained in:
parent
d2952f0af1
commit
d97bc4b0a0
|
@ -213,11 +213,15 @@ export default function HomePage() {
|
||||||
<ColoredSection>
|
<ColoredSection>
|
||||||
|
|
||||||
<ContainerPadded fluid>
|
<ContainerPadded fluid>
|
||||||
|
<Row>
|
||||||
|
<FeatureCol lg="6">
|
||||||
|
|
||||||
<BigHeading>Recommend us to your friends !</BigHeading>
|
<BigHeading>Recommend us to your friends !</BigHeading>
|
||||||
<img width="200px" src="google-play-badge.png"></img>
|
<img width="200px" src="google-play-badge.png"></img>
|
||||||
|
|
||||||
<img width="160px" src="apple_badge.svg" ></img>
|
<img width="160px" src="apple_badge.svg" ></img>
|
||||||
|
</FeatureCol>
|
||||||
|
</Row>
|
||||||
</ContainerPadded>
|
</ContainerPadded>
|
||||||
|
|
||||||
</ColoredSection>
|
</ColoredSection>
|
||||||
|
|
Loading…
Reference in New Issue