Skip to content

Commit

Permalink
Prevent superscripts from getting cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
BTernaryTau committed May 4, 2024
1 parent a1b783c commit 1a58e28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/max-499px.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ pre.highlight {
white-space: pre;
}
.katex-display {
padding-top: 1px;
padding-bottom: 1px;
font-size: 1.1em;
color: #333;
overflow-x: auto;
Expand Down
2 changes: 2 additions & 0 deletions assets/css/min-500px.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ pre.highlight {
white-space: pre;
}
.katex-display {
padding-top: 1px;
padding-bottom: 1px;
font-size: 1.27em;
color: #333;
overflow-x: auto;
Expand Down

0 comments on commit 1a58e28

Please sign in to comment.