Skip to content

Commit c892b74

Browse files
authored
fix:The first theme image is highly out of range
Solve the problem of poor display effect caused by the height of the cover image exceeding the range under the first theme
1 parent ea121e4 commit c892b74

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
height:36rem;
1414
}
1515

16+
/* Solve the problem of poor display effect caused by the height of the cover image exceeding the range under the first theme */
17+
.h-max.w-full {
18+
height: 420px;
19+
}
20+
1621
.h-99{
1722
height:35rem;
1823
}
@@ -35,4 +40,4 @@ Track
3540
/* Handle on hover */
3641
::-webkit-scrollbar-thumb:hover {
3742
background: #b3b3ff;
38-
}
43+
}

0 commit comments

Comments
 (0)