Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 468cdbc

Browse files
author
Emile Frey
committed
fixed a breakpoint issue
1 parent 74defbf commit 468cdbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎frontend/src/components/Home.tsx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function Home(props: RouteComponentProps) {
5959
return (
6060
<Container fixed className={classes.container}>
6161
<Grid container spacing={3}>
62-
<Grid item xs={6}>
62+
<Grid item xs={12}lg={6}>
6363
<Paper className={classes.textInput}>
6464
<Typography variant="h6">
6565
Enter your name:
@@ -83,7 +83,7 @@ function Home(props: RouteComponentProps) {
8383
</Tooltip>
8484
</Paper>
8585
</Grid>
86-
<Grid item xs={6}>
86+
<Grid item xs={12}lg={6}>
8787
<Paper className={classes.title}>
8888
<Typography variant="h6">
8989
Backend Response: <span>&nbsp;</span>
@@ -93,7 +93,7 @@ function Home(props: RouteComponentProps) {
9393
</Typography>
9494
</Paper>
9595
</Grid>
96-
<Grid item xs={6}>
96+
<Grid item xs={12}lg={6}>
9797
<Paper className={classes.textInput}>
9898
<Typography variant="h6">
9999
Test Panel:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /