Skip to content

Commit

Permalink
Quick fix for overflowing equations on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludwig Schubert committed May 5, 2020
1 parent f27b782 commit cc60b27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,8 @@ ul.footnote-ul {

ul.footnote-ul li {
display: inline;
}

.katex-display {
overflow-x: auto;
}

0 comments on commit cc60b27

Please sign in to comment.