From 410fb815a9b6077dcff43cfe5cab7f80d282a031 Mon Sep 17 00:00:00 2001 From: Jurangren Date: Wed, 6 Aug 2025 15:53:49 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E4=B8=BB=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E5=AE=BD=E5=BA=A6=E4=BB=A5=E4=BC=98=E5=8C=96=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 调整 `index.html` 中 `--main-container-width` CSS 变量。 * 将 `clamp` 函数中的 `35vw` 调整为 `42vw`。 * 扩大主内容容器在宽屏设备上的显示区域。 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9525569..a59d2ed 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ --base-width: 2560px; /* 白色容器宽度:原 max-w-4xl (896px) */ - --main-container-width: clamp(550px, 35vw, 896px); + --main-container-width: clamp(550px, 42vw, 896px); /* 游戏标题大小 */ --game-title-font-size: clamp(22px, 1.8vw, 34px); /* 调整以放大 */