Replace heading elements of panel with span.

Fix the heading levels audit.
This commit is contained in:
Cotes Chung
2020-10-27 05:14:33 +08:00
parent 5741aa4e18
commit 57a4bfdb82
4 changed files with 22 additions and 20 deletions

View File

@@ -516,20 +516,15 @@ footer {
&.topbar-down {
top: 6rem;
}
>div {
> div {
padding-left: 1rem;
border-left: 1px solid var(--main-border-color);
&:not(:last-child) {
margin-bottom: 4rem;
}
}
h3 {
padding-top: .5rem;
padding-bottom: .5rem;
margin-top: 0;
margin-bottom: 0;
letter-spacing: -0.02em;
@include label(inherit, 600);
span {
@include panel-label;
}
.post-content {
font-size: .9rem;