Commit d3dd51f

HPCesia <me@hpcesia.com>
2025-03-28 06:56:09
fix: paragraph margin
1 parent f0f9457
Changed files (1)
src
src/styles/markdown.css
@@ -52,7 +52,7 @@ article {
   }
 
   /* 基础文本元素 */
-  p {
+  p:not(:first-child, :last-child) {
     margin: 0.75rem 0;
   }