We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb15cbc commit 8cdd1e7Copy full SHA for 8cdd1e7
src/components/MainImage/makeStyles.ts
@@ -8,7 +8,7 @@ export const useStyles = makeStyles<{ backgroundImage: string }>({
8
top: "0",
9
left: "0",
10
width: "100%",
11
- "min-width": "1024px",
+ // "min-width": "1024px",
12
height: "640px",
13
overflow: "hidden",
14
},
0 commit comments