style: update website style.
This commit is contained in:
parent
e876e96430
commit
a7c1d81698
@ -911,8 +911,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (375px <= width <= 1024px) {
|
||||||
@media only screen and (max-width: 375px) {
|
|
||||||
.header-nav .title {
|
.header-nav .title {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
@ -955,6 +954,10 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
|
|||||||
.footer-wrap {
|
.footer-wrap {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
}
|
}
|
||||||
|
table {
|
||||||
|
overflow: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
table td, table th {
|
table td, table th {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left !important;
|
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 {
|
table td + td, table th + th {
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
table td:first-child {
|
||||||
|
white-space: initial;
|
||||||
@media (min-width: 768px) {
|
}
|
||||||
.home-card {
|
.home-card {
|
||||||
grid-template-columns: repeat(4,minmax(0,1fr));
|
grid-template-columns: repeat(4,minmax(0,1fr));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user