Skip to content

Commit

Permalink
Recompile CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson committed Dec 18, 2023
1 parent 6e956ef commit 7b2f775
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4586,6 +4586,28 @@ body:has(#menu-controller:checked) {
opacity: 0.05;
}

/* Fix long KaTeX equations on mobile (see https://katex.org/docs/issues.html#css-customization) */

.katex-display {
overflow: auto hidden
}

/* Fix long tables breaking out of article on mobile */

table {
display: block;
overflow: auto;
}

/* Fix long inline code sections breaking out of article on mobile */

code {
word-wrap: break-word;
/* All browsers since IE 5.5+ */
overflow-wrap: break-word;
/* Renamed property in CSS3 draft spec */
}

/* -- Chroma Highlight -- */

/* Background */
Expand Down

0 comments on commit 7b2f775

Please sign in to comment.