This commit is contained in:
Morgan 2023-11-08 16:05:53 +09:00
parent 525d223c1b
commit bdfe398d4b
1 changed files with 7 additions and 1 deletions

View File

@ -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,