diff --git a/web/script_2.js b/web/script_2.js index e1285ea..b669a62 100644 --- a/web/script_2.js +++ b/web/script_2.js @@ -57,12 +57,12 @@ if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine var TOC_SCREEN_WIDTH_CUTOFF = 667 if (isMobile && window.screen.width < TOC_SCREEN_WIDTH_CUTOFF) { - $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "1.6em"); + $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "3em"); } function updateToc() { if (isMobile && window.screen.width < TOC_SCREEN_WIDTH_CUTOFF) { - $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "1.6em"); + $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "3em"); } else { $(`code:contains(ToC)`).html(TOC).css("line-height", "1em"); }