Skip to content

Commit

Permalink
Merge pull request #460 from sylhare/sass-fix
Browse files Browse the repository at this point in the history
Add sass fix
  • Loading branch information
sylhare authored Aug 12, 2024
2 parents f634101 + 9bc03a3 commit 81a17e5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions _sass/external/_katex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ $katex-font-path: "../../assets/fonts/katex" !default;
@media screen and (max-width: $sm-break) {
overflow-x: auto;
}
padding-bottom: 3px;
padding-top: 1px;
width: auto;
height: auto;
& {
padding-bottom: 3px;
padding-top: 1px;
width: auto;
height: auto;
}
}

.math-display {
Expand Down

0 comments on commit 81a17e5

Please sign in to comment.