0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 14:22:52 +00:00

Merge pull request #3069 from Gazook89/Stat-Block-H3-CSS-Tweak

Tweak monster H3 sizing and spacing per recommendation
This commit is contained in:
Trevor Buckner
2023-10-31 12:13:40 -04:00
committed by GitHub

View File

@@ -405,12 +405,9 @@ body { counter-reset : phb-page-numbers; }
} }
} }
h3 { h3 {
// margin-top : 0.05cm; //Font is misaligned. Shift up slightly font-family : 'ScalySansSmallCapsRemake';
padding-bottom : 0.05cm; font-size : 0.45cm;
font-family : 'ScalySansRemake'; border-bottom : 1.5px solid var(--HB_Color_HeaderText);
font-weight : 800;
font-variant : small-caps;
border-bottom : 2px solid var(--HB_Color_HeaderText);
} }
//Triangle dividers //Triangle dividers