mirror of
https://github.com/wassname/template.git
synced 2026-06-27 17:50:45 +08:00
Figures now supported inside d-title
This commit is contained in:
@@ -51,8 +51,6 @@ d-byline {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
${page('::slotted(h1), ::slotted(h2)')}
|
||||
|
||||
</style>
|
||||
|
||||
<slot></slot>
|
||||
|
||||
@@ -53,7 +53,8 @@ d-article > * {
|
||||
}
|
||||
|
||||
.l-page,
|
||||
d-figure {
|
||||
d-figure,
|
||||
d-title > * {
|
||||
grid-column: margin-left / page;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user