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:
@@ -75,7 +75,7 @@ module.exports = function(brew){
|
||||
}, []).join('\n');
|
||||
|
||||
return dedent`
|
||||
{{toc
|
||||
{{toc,wide
|
||||
# Table Of Contents
|
||||
|
||||
${markdown}
|
||||
|
||||
@@ -568,6 +568,9 @@ body {
|
||||
margin-left : 1em;
|
||||
}
|
||||
}
|
||||
&.wide{
|
||||
.useColumns(0.96);
|
||||
}
|
||||
}
|
||||
|
||||
//*****************************
|
||||
|
||||
Reference in New Issue
Block a user