fix responsive

This commit is contained in:
Priyatham Sai Chand 2021-03-24 14:02:25 +05:30 committed by Priyatham-sai-chand
parent 927a691600
commit e3e6d7d56a
2 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,7 @@ export default function HomePage() {
<ContainerPadded fluid>
<Row>
<FeatureCol lg="6">
<FeatureCol lg="4">
<BigHeading>Recommend us to your friends !</BigHeading>
<img width="200px" src="google-play-badge.png"></img>

View File

@ -3,6 +3,7 @@
* {
box-sizing: border-box;
font-family: "Roboto", sans-serif;
overflow-x: hidden;
}
body {