fix: paragraph margin

This commit is contained in:
HPCesia 2025-03-28 14:56:09 +08:00
parent f0f9457f9e
commit d3dd51fb14

View File

@ -52,7 +52,7 @@ article {
}
/* 基础文本元素 */
p {
p:not(:first-child, :last-child) {
margin: 0.75rem 0;
}