Skip to content

Commit

Permalink
Augmente légèrement la taille des équations entre les paragraphes (#5477
Browse files Browse the repository at this point in the history
)
  • Loading branch information
victorlohezic authored and Situphen committed Jan 11, 2023
1 parent a40bc42 commit 5f6bcab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/base/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,10 @@ td {
display: contents; /* overrides katex.css that creates display:inline-block and generate bad box */
}

.math-display {
font-size: $font-size-9;
}

.inlineMathDouble .katex {
max-width: 100%;
overflow-x: auto;
Expand Down

0 comments on commit 5f6bcab

Please sign in to comment.