From 882fbbab5cd12936e2cf798a374452be8eb54eb6 Mon Sep 17 00:00:00 2001 From: Hanchenghao <90443686+hanchenghao12@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:27:16 +0800 Subject: [PATCH] index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fe0437c..9c82ce2 100644 --- a/index.html +++ b/index.html @@ -171,7 +171,7 @@ .project-image { width: 100%; - height: 150px; /* 固定高度,形成窄的长方形 */ + height: 50px; /* 固定高度,形成窄的长方形 */ object-fit: cover; /* 确保图片缩放时保持内容的正确显示 */ border-radius: 10px; }