Text size and line-height bike-shedding, second time

This commit is contained in:
Ludwig Schubert
2017-10-16 09:51:37 -07:00
parent 44f14bffe7
commit 1ee5c5f310
6 changed files with 20 additions and 15 deletions
+6 -4
View File
@@ -6,7 +6,7 @@ const T = Template('d-appendix', `
d-appendix {
contain: content;
font-size: 13px;
font-size: 0.8em;
line-height: 1.7em;
margin-bottom: 0;
border-top: 1px solid rgba(0,0,0,0.1);
@@ -19,14 +19,16 @@ d-appendix h3 {
grid-column: page-start / text-start;
font-size: 15px;
font-weight: 500;
margin-top: 15px;
margin-top: 1em;
margin-bottom: 0;
color: rgba(0,0,0,0.65);
line-height: 1em;
}
d-appendix h3 + * {
margin-top: 1em;
}
d-appendix ol {
margin-top: 15px;
padding: 0 0 0 30px;
margin-left: -30px;
}