style: update website style.

This commit is contained in:
jaywcjlove 2022-10-18 21:40:24 +08:00
parent a7c1d81698
commit 227a7a7149

View File

@ -968,9 +968,6 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
table td:first-child {
white-space: initial;
}
.home-card {
grid-template-columns: repeat(4,minmax(0,1fr));
}
.wrap-header.h3wrap > .wrap-body {
overflow: initial;
}
@ -978,3 +975,9 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
display: inline-block;
}
}
@media (min-width: 768px) {
.home-card {
grid-template-columns: repeat(4,minmax(0,1fr));
}
}