We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a68e8 commit d66bfbfCopy full SHA for d66bfbf
pretext.css
@@ -603,7 +603,7 @@ https://yoshiwarabooks.org/mfg/MathModels.html */
603
font-weight: normal;
604
font-style: italic;
605
}
606
-.ptx-content article.theorem-like li > .title {
+.ptx-content article.theorem-like li .title {
607
font-weight: 600;
608
font-style: normal;
609
font-size: 96%;
pretext_add_on.css
@@ -1279,6 +1279,10 @@ a.mjx-svg-href {
1279
stroke: inherit;
1280
1281
1282
+.displaymath + .para {
1283
+ margin-top: 0
1284
+}
1285
+
1286
/* for long math formulas and tables to scroll on small screens */
1287
@media screen and (max-width: 943px) {
1288
.ptx-content .displaymath {
0 commit comments