Skip to content

Commit

Permalink
core: add padding to math block in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Nov 18, 2023
1 parent 799ae11 commit c886212
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/src/utils/templates/html/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ const template = (data) => `<!DOCTYPE html>
color: #202124;
font-family: "Open Sans", "Noto Sans", Frutiger, Calibri, Myriad, Arial, Ubuntu, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.math-block {
padding-top: 20px;
padding-bottom: 20px;
}
h1,
h2,
Expand Down

0 comments on commit c886212

Please sign in to comment.