New design

This commit is contained in:
Shan Carter
2017-10-04 17:51:42 -07:00
parent e6202c5442
commit 44414a5a67
13 changed files with 459 additions and 381 deletions
+2 -2
View File
@@ -6,7 +6,6 @@ const T = Template('d-appendix', `
d-appendix {
contain: content;
font-size: 13px;
line-height: 1.7em;
margin-bottom: 0;
@@ -17,6 +16,7 @@ d-appendix {
}
d-appendix h3 {
grid-column: page-start / text-start;
font-size: 15px;
font-weight: 500;
margin-top: 20px;
@@ -30,7 +30,7 @@ d-appendix a {
}
d-appendix > * {
grid-column: left / text;
grid-column: text;
}
</style>