@media (max-width: 720px) {
  .nav {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .brand {
    min-width: 0;
  }

  .ctaRow {
    width: 100%;
    justify-content: flex-start;
  }

  .ctaRow .btn.primary {
    max-width: 100%;
    white-space: normal;
  }
}

.markdown-document table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.markdown-document .katex,
.markdown-document .katex-display,
.markdown-document math {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.markdown-document .katex-display > .katex,
.markdown-document math {
  display: block;
}
