From 6b7bcf4155ea6a62f0beae5eda13bc648e863fe0 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Wed, 16 Jul 2025 06:28:21 +0200 Subject: [PATCH] Remove unnecessary alignment properties from MainPageLayout: Simplified layout code by eliminating redundant alignItems settings for better readability and maintainability. --- src/components/MainPageLayout.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/MainPageLayout.js b/src/components/MainPageLayout.js index e3f185d..b37ec1f 100644 --- a/src/components/MainPageLayout.js +++ b/src/components/MainPageLayout.js @@ -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 */}