We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e99d6dd + d66bfbf commit aef85d7Copy full SHA for aef85d7
pretext.css
@@ -670,7 +670,7 @@ to immitate what is below. */
670
font-weight: normal;
671
font-style: italic;
672
}
673
-.ptx-content article.theorem-like li > .title {
+.ptx-content article.theorem-like li .title {
674
font-weight: 600;
675
font-style: normal;
676
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