diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-05 12:26:20 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-05 12:26:20 -0400 |
| commit | f2dd574cbf5f1e9fa8760cdff1faf2ffed3ef453 (patch) | |
| tree | c091180ec1d6bdeabec4d2521de0f5a1cfff38d1 /haunt/css | |
| parent | ad8d9cc46495c9e368becaf1577726cdebd6fdff (diff) | |
Fix MathJax
Diffstat (limited to 'haunt/css')
| -rw-r--r-- | haunt/css/jakob.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haunt/css/jakob.css b/haunt/css/jakob.css index ce3a1af..3176557 100644 --- a/haunt/css/jakob.css +++ b/haunt/css/jakob.css @@ -238,3 +238,7 @@ figcaption { .mastodon iframe { width: 100%; } + +#MathJax-Element-4-Frame { + padding-right: 8px; +} |