Update article paragraph spacing

This commit is contained in:
2025-01-14 13:11:55 +08:00
committed by GitHub
parent 8ea11ed1af
commit a87eaec245

View File

@@ -46,21 +46,13 @@ tr, th, td {
} }
.post-content h1, .post-content h1,
.post-content h2 { .post-content h2,
margin-top: 4rem;
margin-bottom: 1rem;
}
.post-content h3, .post-content h3,
.post-content h4 { .post-content h4,
margin-top: 3rem;
margin-bottom: 2rem;
}
.post-content h5, .post-content h5,
.post-content h6 { .post-content h6 {
margin-top: 2rem; margin-top: 2rem;
margin-bottom: 2rem; margin-bottom: 1rem;
} }
.post-content img { .post-content img {