Skip to content

Commit 15e1441

Browse files
authored
Fix mobile layout responsivity (#96)
1 parent 2f2ab6a commit 15e1441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const useStyles = makeStyles((theme: Theme) => ({
108108
},
109109
backgroundImage: {
110110
position: "absolute",
111+
maxWidth: "100vw",
111112
zIndex: 1,
112113
[theme.breakpoints.down("sm")]: {
113114
width: "240%",

0 commit comments

Comments
 (0)