/* Keep wide mathematics usable on desktop and mobile. */
.katex-display {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.25rem 0;
}

/* Tables should scroll instead of overflowing the reading column. */
.content main > table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

/* Preserve readable mathematics inside table cells. */
table .katex {
  white-space: nowrap;
}
