Fix
This commit is contained in:
parent
525d223c1b
commit
bdfe398d4b
|
@ -1,3 +1,7 @@
|
|||
.post-single {
|
||||
padding-top: calc(var(--gap)*2);
|
||||
}
|
||||
|
||||
.post-header {
|
||||
margin: 48px auto calc(var(--content-gap) * 2);
|
||||
text-align: center;
|
||||
|
@ -34,12 +38,14 @@
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
.post-content {
|
||||
.post-content {
|
||||
padding-top: var(--gap);
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
font-family: inherit;
|
||||
color: var(--content);
|
||||
letter-spacing: 0.1px;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.post-content h3,
|
||||
|
|
Loading…
Reference in New Issue