0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 18:22:42 +00:00

Merge pull request #3079 from 5e-Cleric/fix-indent-in-monster-blocks

fix indent in monster blocks
This commit is contained in:
Trevor Buckner
2023-11-15 14:34:44 -05:00
committed by GitHub

View File

@@ -443,6 +443,8 @@ body { counter-reset : phb-page-numbers; }
tr { background-color : transparent; }
td,th { padding : 0px; }
}
//indent fix after bulleted lists
:is(ul,ol) + p { text-indent : 0; }
:last-child { margin-bottom : 0; }
}