0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 16:12:37 +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');
return dedent`
{{toc
{{toc,wide
# Table Of Contents
${markdown}

View File

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