Adjust the size of the hero image

This commit is contained in:
Qubot 2025-03-29 15:33:32 +00:00
parent 97bd2d3745
commit 97521f1526

View File

@ -449,8 +449,8 @@ h6,
}
.carousel-image {
width: 100%;
height: 100%; /* 确保高度为父容器的100% */
width: 80%;
height: 80%; /* 确保高度为父容器的100% */
background-position: center;
background-repeat: no-repeat;
background-size: cover;