From de29f74926526e170b3aff54ec85743669680aa0 Mon Sep 17 00:00:00 2001 From: Clovis Date: Wed, 8 Jan 2025 23:20:35 +0100 Subject: [PATCH] fix: p spacing --- template/src/HtmlArticle.tsx | 2 +- template/src/HtmlIndex.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/src/HtmlArticle.tsx b/template/src/HtmlArticle.tsx index 60eb9fd..9fe05e8 100644 --- a/template/src/HtmlArticle.tsx +++ b/template/src/HtmlArticle.tsx @@ -14,7 +14,7 @@ const clean = new CleanCSS({ level: 2 }); const useStyle = createUseStyles({ body: { - '& h1, & h2, & h3, & h4, & h5, & h6, & p': { + '& h1, & h2, & h3, & h4, & h5, & h6': { margin: 0, }, } diff --git a/template/src/HtmlIndex.tsx b/template/src/HtmlIndex.tsx index e8a4c03..9052784 100644 --- a/template/src/HtmlIndex.tsx +++ b/template/src/HtmlIndex.tsx @@ -12,7 +12,7 @@ const clean = new CleanCSS({ level: 2 }); const useStyle = createUseStyles({ body: { - '& h1, & h2, & h3, & h4, & h5, & h6, & p': { + '& h1, & h2, & h3, & h4, & h5, & h6': { margin: 0, } }