css for html template for inline latex updated

This commit is contained in:
Nicolas 2025-04-14 00:18:08 +02:00
parent 12c18dd2d8
commit 08a6bea78d
1 changed files with 5 additions and 1 deletions

View File

@ -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;