From e981029ff087cc3f053510671ecac8bed31bc139 Mon Sep 17 00:00:00 2001 From: share-jack <51809853+share-jack@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:38:24 +0800 Subject: [PATCH 1/2] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a7d402b..60e86c1 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ html, body { margin: 0; padding: 0; max-width: 100%; overflow-x: hidden; } body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans TC", Arial, sans-serif; line-height: 1.6; } img { max-width: 100%; height: auto; display: block; } - .container { max-width: 960px; margin: 0 auto; padding: 16px; } + .container { width: 960px; margin: 0 auto; padding: 16px; } nav a { margin-right: 12px; text-decoration: none; } .grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; } .col-12 { grid-column: span 12; } @@ -63,4 +63,4 @@

待辦清單 App

科技感的抽象頁尾裝飾圖 - \ No newline at end of file + From 365263a7517a24d4ce471ef97df128c8c5756eab Mon Sep 17 00:00:00 2001 From: share-jack <51809853+share-jack@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:45:26 +0800 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 60e86c1..59f6649 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@