fix toc css

This commit is contained in:
2022-02-13 14:57:28 +01:00
parent 784acdedbb
commit 01d442a246
4 changed files with 24 additions and 12 deletions

View File

@ -4,6 +4,6 @@ module.exports = {
"./content/**/*.{html,md}",
],
safelist: [
'sm:flex-row',
'sm:flex-row', 'lg:flex-row'
],
};