From d90c15aaea5020c0415a3a1327d2e62cbd7a87fb Mon Sep 17 00:00:00 2001 From: ItsukiKigoshi Date: Sun, 19 Nov 2023 11:41:36 +0900 Subject: [PATCH] Update UI --- src/app/salespolicy/page.tsx | 43 +++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/src/app/salespolicy/page.tsx b/src/app/salespolicy/page.tsx index 903cf42..b3c7057 100644 --- a/src/app/salespolicy/page.tsx +++ b/src/app/salespolicy/page.tsx @@ -18,7 +18,7 @@ export default function App() { } const rows = [ - createData("販売業社の名称/運営統括責任者", "Itsuki KIGOSHI"), + createData("販売業社の名称 / 運営統括責任者", "Itsuki KIGOSHI"), createData("所在地/住所", "請求があったら遅滞なく開示します"), createData("e-mail", "itsukikigoshi+githubio@gmail.com"), createData("引渡時期", "注文後すぐにご利用いただけます"), @@ -36,29 +36,32 @@ export default function App() { sx={{ display: "grid", placeItems: "center", // Center the content horizontally and vertically - minHeight: "80vh", // Set a minimum height to fill the entire viewport - m: 5, + minHeight: "100vh", // Set a minimum height to fill the entire viewport + m: 3, }} > {/* The codes below should be more readable */} 特定商取引法に基づく表記 - - - - {rows.map((row) => ( - - - {row.title} - - {row.content} - - ))} - -
-
+ + + + + {rows.map((row) => ( + + + {row.title} + + {row.content} + + ))} + +
+
+
+