docs: more margin tweaks for changelog

pull/564/head
David Wilson 5 years ago
parent 45c3871d6f
commit 676f756153

@ -21,18 +21,22 @@ h5 + p
margin-top: 0;
}
.section > h3:first-child {
margin-top: 15px !important;
}
.body h1 { font-size: 200% !important; }
.body h2 { font-size: 165% !important; }
.body h3 { font-size: 145% !important; }
.body h4 { font-size: 125% !important; }
.body h5 { font-size: 125% !important; }
.body h3 { font-size: 125% !important; }
.body h4 { font-size: 110% !important; font-weight: bold; }
.body h5 { font-size: 100% !important; font-weight: bold; }
.body h1,
.body h2,
.body h3,
.body h4,
.body h5 {
margin-top: 25px !important;
margin-top: 30px !important;
color: #7f0000;
}

@ -10,7 +10,7 @@ Release Notes
<style>
div#release-notes h2 {
border-bottom: 1px dotted #c0c0c0;
margin-top: 40px;
margin-top: 50px !important;
}
</style>

Loading…
Cancel
Save