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
This commit is contained in:
Qinyang Liu 2024-06-09 11:36:09 +08:00 committed by GitHub
parent ea121e45dc
commit c892b74fe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,11 @@
height:36rem;
}
/* Solve the problem of poor display effect caused by the height of the cover image exceeding the range under the first theme */
.h-max.w-full {
height: 420px;
}
.h-99{
height:35rem;
}
@ -35,4 +40,4 @@ Track
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #b3b3ff;
}
}