Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoyqat <joyqat@users.noreply.github.com>2020-07-24 05:54:27 +0300
committerjoyqat <joyqat@users.noreply.github.com>2020-07-24 05:54:27 +0300
commit960b108852d1d3a3c21b6b3a162f99ac72eb3a04 (patch)
tree46be1bd88f1e30911612af3b0a4a982582a455d3
parent4069de6423777a4d753fd16361897fccd0cabcc2 (diff)
Mathjax: Fix clip due to font size
-rw-r--r--layouts/partials/script/single-script.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/script/single-script.html b/layouts/partials/script/single-script.html
index 3e39f69..edca548 100644
--- a/layouts/partials/script/single-script.html
+++ b/layouts/partials/script/single-script.html
@@ -39,6 +39,9 @@
processEnvironments: true,
tags: "ams"
},
+ chtml: {
+ scale: 1.1
+ },
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
ignoreHtmlClass: 'tex2jax_ignore',