Merge pull request #30 from willow-god/master

fix:The first theme image is highly out of range
This commit is contained in:
Rutik Wankhade 2024-09-08 11:38:21 +05:30 committed by GitHub
commit f5e5498791
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;
}
}