Emile Bangma
2025-03-30 9ff6c7a3f51f42cbeace0abee2bea3c365aeb636
fix(style): MathJax non-inline formulae center (#1886)

1 files modified
8 ■■■■■ changed files
quartz/styles/base.scss 8 ●●●●● patch | view | raw | blame | history
quartz/styles/base.scss
@@ -65,6 +65,14 @@
  }
}
article > mjx-container.MathJax {
  display: flex;
  > svg {
    margin-left: auto;
    margin-right: auto;
  }
}
strong {
  font-weight: $semiBoldWeight;
}