From 7399491b433fae4833b3189886cd35deaf49b1f2 Mon Sep 17 00:00:00 2001 From: lkhsss Date: Mon, 1 Sep 2025 20:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E6=AD=A2=E7=BC=A9=E6=94=BE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 08be05b..66fea13 100644 --- a/index.html +++ b/index.html @@ -15,12 +15,13 @@ align-items: center; height: 100vh; margin: 0; + overflow: hidden; } img { /* max-height: 80%; */ /* height: auto; */ - width: 400px; + width: 350px; /* flex-grow: 1; */ transition: transform 0.05s ease-in-out; }