Remove unnecessary alignment properties from MainPageLayout: Simplified layout code by eliminating redundant alignItems settings for better readability and maintainability.

This commit is contained in:
sebseb7
2025-07-16 06:28:21 +02:00
parent 45258ac522
commit 6b7bcf4155

View File

@@ -129,11 +129,6 @@ const MainPageLayout = () => {
flexDirection: {
xs: "column",
sm: "row"
},
// Portrait phone: center align when stacked
alignItems: {
xs: "center",
sm: "center"
}
}}>
{/* Title for portrait phones - shown first */}