diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -4,7 +4,6 @@ body { margin: 40px auto; width: 700px; - max-width: 100%; line-height: 1.6; font-size: 16px; background: #fffff4; @@ -98,13 +97,21 @@ h3 { } img { - max-width: 100%; border-radius: 10px; text-align: center; margin-left: auto; margin-right: auto; - display: block; width: 50%; + display: block; +} + +.org-svg { + width: 100%; + max-width: none; +} + +mjx-container[jax="CHTML"] { + text-align: left !important; } /* --------------------------------------------- */ |