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;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div svg {
|
.equation svg {
|
||||||
margin-left: -5%;
|
margin-left: -5%;
|
||||||
max-width: 110%;
|
max-width: 110%;
|
||||||
height: auto;
|
height: auto;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline-equation svg {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.equation-container {
|
.equation-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
Loading…
Reference in New Issue