0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Fix useSansSerif() case (monster stat blocks, descriptiven note, etc.)

Removed line-height value that affects only <br> height. Doesn't impact anywhere else because they all have their own explicit line-heights already.
This commit is contained in:
Trevor Buckner
2025-02-17 16:27:22 -05:00
parent 01d93b98d5
commit fc065d250b

View File

@@ -17,7 +17,6 @@
.useSansSerif() {
font-family : 'ScalySansRemake';
font-size : 0.318cm;
line-height : 1.2em;
p,dl,ul,ol { line-height : 1.2em; }
ul, ol { padding-left : 1em; }
em { font-style : italic; }