mirror of https://github.com/Nonannet/pyladoc.git
css for html template for inline latex updated
This commit is contained in:
parent
12c18dd2d8
commit
08a6bea78d
|
@ -43,13 +43,17 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
div svg {
|
||||
.equation svg {
|
||||
margin-left: -5%;
|
||||
max-width: 110%;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.inline-equation svg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.equation-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in New Issue