Use margin:auto instead of text-align:center for mathjax-block

This commit is contained in:
Henrik Giesel 2021-08-04 21:01:35 +02:00
parent 167370fcb7
commit 6953ea9703

View file

@ -26,7 +26,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
&.block { &.block {
display: block; display: block;
text-align: center; margin: auto;
} }
} }
</style> </style>