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;
}