fix responsive
This commit is contained in:
parent
927a691600
commit
e3e6d7d56a
|
@ -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>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
font-family: "Roboto", sans-serif;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue