Skip to content

Commit

Permalink
fix: p spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Clovis committed Jan 8, 2025
1 parent 4f3fcaa commit de29f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/src/HtmlArticle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
}
Expand Down
2 changes: 1 addition & 1 deletion template/src/HtmlIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
Expand Down

0 comments on commit de29f74

Please sign in to comment.