Figures now supported inside d-title

This commit is contained in:
Shan Carter
2017-08-29 16:10:53 -07:00
parent 364dc01c3b
commit d01420a048
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -51,8 +51,6 @@ d-byline {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
${page('::slotted(h1), ::slotted(h2)')}
</style>
<slot></slot>
+2 -1
View File
@@ -53,7 +53,8 @@ d-article > * {
}
.l-page,
d-figure {
d-figure,
d-title > * {
grid-column: margin-left / page;
}