We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffb403 commit e063108Copy full SHA for e063108
src/assets/stylesheets/main/extensions/pymdownx/_arithmatex.scss
@@ -39,9 +39,14 @@
39
// Arithmatex content
40
> * {
41
width: min-content;
42
- margin: 1em auto !important; // stylelint-disable-line
+ margin-inline: auto !important; // stylelint-disable-line
43
padding: 0 px2rem(16px);
44
touch-action: auto;
45
+
46
+ // MathJax container - see https://bit.ly/3HR8YJ5
47
+ mjx-container {
48
+ margin: 0 !important; // stylelint-disable-line
49
+ }
50
}
51
52
0 commit comments