0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 23:08:38 +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
@@ -75,7 +75,7 @@ module.exports = function(brew){
}, []).join('\n');
return dedent`
{{toc
{{toc,wide
# Table Of Contents
${markdown}
+3
View File
@@ -568,6 +568,9 @@ body {
margin-left : 1em;
}
}
&.wide{
.useColumns(0.96);
}
}
//*****************************