style: update website style.

This commit is contained in:
jaywcjlove 2022-10-18 21:38:31 +08:00
parent e876e96430
commit a7c1d81698

View File

@ -911,8 +911,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
margin-bottom: 0;
}
}
@media only screen and (max-width: 375px) {
@media (375px <= width <= 1024px) {
.header-nav .title {
font-size: 1rem;
}
@ -955,6 +954,10 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
.footer-wrap {
font-size: 0.75rem;
}
table {
overflow: auto;
display: block;
}
table td, table th {
display: block;
text-align: left !important;
@ -962,9 +965,9 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
table td + td, table th + th {
padding-top: 0 !important;
}
}
@media (min-width: 768px) {
table td:first-child {
white-space: initial;
}
.home-card {
grid-template-columns: repeat(4,minmax(0,1fr));
}