fix reccommend responsive

This commit is contained in:
Priyatham Sai Chand 2021-03-24 13:52:25 +05:30 committed by Priyatham-sai-chand
parent b17a6f9860
commit 927a691600
1 changed files with 5 additions and 1 deletions

View File

@ -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>
&nbsp; &nbsp;
<img width="160px" src="apple_badge.svg" ></img> <img width="160px" src="apple_badge.svg" ></img>
</FeatureCol>
</Row>
</ContainerPadded> </ContainerPadded>
</ColoredSection> </ColoredSection>