fix responsive
This commit is contained in:
parent
d97bc4b0a0
commit
a403761aed
|
@ -214,7 +214,7 @@ export default function HomePage() {
|
||||||
|
|
||||||
<ContainerPadded fluid>
|
<ContainerPadded fluid>
|
||||||
<Row>
|
<Row>
|
||||||
<FeatureCol lg="6">
|
<FeatureCol lg="4">
|
||||||
|
|
||||||
<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>
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in New Issue