initial math, and other things

This commit is contained in:
Alexander 2025-06-21 10:15:17 -04:00
parent 594b9ae2d2
commit 48eb7840b3
9 changed files with 91 additions and 26 deletions

View file

@ -173,3 +173,12 @@ hr {
border: none;
background-color: var(--narrow-gray);
}
math[display="block"] {
margin-top: 0.5em;
margin-bottom: 0.5em;
position: relative;
left: 0;
right: auto;
text-align: left;
}