0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 03:52:40 +00:00

Make toc two-columns

This commit is contained in:
Trevor Buckner
2021-07-21 16:05:29 -04:00
parent 7c9defb85c
commit 42b0ea173d
2 changed files with 4 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ module.exports = function(brew){
}, []).join('\n'); }, []).join('\n');
return dedent` return dedent`
{{toc {{toc,wide
# Table Of Contents # Table Of Contents
${markdown} ${markdown}

View File

@@ -568,6 +568,9 @@ body {
margin-left : 1em; margin-left : 1em;
} }
} }
&.wide{
.useColumns(0.96);
}
} }
//***************************** //*****************************