Remove unnecessary alignment properties from MainPageLayout: Simplified layout code by eliminating redundant alignItems settings for better readability and maintainability.
This commit is contained in:
@@ -129,11 +129,6 @@ const MainPageLayout = () => {
|
|||||||
flexDirection: {
|
flexDirection: {
|
||||||
xs: "column",
|
xs: "column",
|
||||||
sm: "row"
|
sm: "row"
|
||||||
},
|
|
||||||
// Portrait phone: center align when stacked
|
|
||||||
alignItems: {
|
|
||||||
xs: "center",
|
|
||||||
sm: "center"
|
|
||||||
}
|
}
|
||||||
}}>
|
}}>
|
||||||
{/* Title for portrait phones - shown first */}
|
{/* Title for portrait phones - shown first */}
|
||||||
|
|||||||
Reference in New Issue
Block a user