/* KaTeX overrides - loaded after KaTeX's CSS */

.katex {
  font-size: 1em !important;
}

.katex-display {
  text-align: left;
  margin-left: 2.25em;
  margin-top: 1.25em;
  margin-bottom: 1.75em;
}

.katex-display .katex {
  display: inline-block;
  white-space: normal;
}

@media (max-width: 600px) {
  .katex-display {
    margin-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
