0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Couple more tweaks to spacings in the TOC

This commit is contained in:
Trevor Buckner
2021-12-15 21:48:13 -05:00
parent 7d58ce6e00
commit cebc74009d

View File

@@ -653,7 +653,7 @@ body {
break-inside : avoid; break-inside : avoid;
h1 { h1 {
text-align : center; text-align : center;
margin-bottom : 0.52cm; margin-bottom : 0.3cm;
} }
a{ a{
display : table; display : table;
@@ -664,7 +664,8 @@ body {
} }
} }
h4 { h4 {
margin-top : 0.14cm; margin-top : 0.2cm;
line-height : 0.4cm;
& + ul li { & + ul li {
line-height: 1.2em; line-height: 1.2em;
} }