initial math, and other things
This commit is contained in:
parent
594b9ae2d2
commit
48eb7840b3
9 changed files with 91 additions and 26 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue