aboutsummaryrefslogtreecommitdiff
path: root/src/pages/HomePage/HomePage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/HomePage/HomePage.tsx')
-rw-r--r--src/pages/HomePage/HomePage.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/HomePage/HomePage.tsx b/src/pages/HomePage/HomePage.tsx
index 8995630..35130d8 100644
--- a/src/pages/HomePage/HomePage.tsx
+++ b/src/pages/HomePage/HomePage.tsx
@@ -61,7 +61,7 @@ const HomePage: React.FC = () => {
return (
<Grid container spacing={4}>
- <Grid item xs={4}>
+ <Grid item xs={12} md={4}>
<Grid container direction="column" spacing={1} alignItems="center">
<Grid item>
<img src={`${process.env.PUBLIC_URL}/which-logo-512.png`} alt="logo" className={classes.logo} />
@@ -76,7 +76,7 @@ const HomePage: React.FC = () => {
</Grid>
</Grid>
</Grid>
- <Grid item xs={5}>
+ <Grid item xs={12} md={5}>
<Grid container direction="column" spacing={6}>
<Grid item>
<Typography variant="h4"> Which one to choose? </Typography>