minor change
This commit is contained in:
parent
196b9c2775
commit
0fdbcb0f42
|
@ -289,13 +289,12 @@ const LandingPage = () => {
|
|||
textAlign="center"
|
||||
sx={{
|
||||
display: { xs: "grid", },
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
|
||||
gridTemplateColumns: {
|
||||
xs: "repeat(2, 1fr)", // Two items per row on mobile
|
||||
sm: "repeat(4, 1fr)",
|
||||
md: "repeat(4, 1fr)",
|
||||
lg: "repeat(4, 2fr)",
|
||||
lg: "repeat(4, 1fr)",
|
||||
},
|
||||
gap: { xs: 2, sm: 5, md: 5 },
|
||||
flexDirection: {
|
||||
|
|
Loading…
Reference in a new issue