diff --git a/src/pyladoc/templates/test_template.html b/src/pyladoc/templates/test_template.html index 9cafb1d..ace6f5e 100644 --- a/src/pyladoc/templates/test_template.html +++ b/src/pyladoc/templates/test_template.html @@ -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;