We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68119c commit 9dc0db5Copy full SHA for 9dc0db5
blog/html/blog-hdr/v2.0/blog-hdr-v2.0.html
@@ -26,11 +26,13 @@
26
.item-label
27
{}
28
29
+/*
30
::slotted(.title)
31
{text-align:center;position:absolute;left:0;right:0;top:0px;z-index:-1;margin:0 auto;color:blue;
32
}
-
33
+*/
34
+
35
36
.date
37
{/*position:absolute;top:5px;right:5px;*/}
38
@@ -58,14 +60,17 @@
58
60
59
61
<div style='flex:1'></div>
62
63
+ <slot name=title></slot>
64
65
+ <div style='flex:1'></div>
66
67
<div class=date>
68
<slot name=date></slot>
69
</div>
70
71
<page-source component></page-source>
72
73
- <slot name=title></slot>
74
<slot name=seo-hdr class=visually-hidden></slot>
75
76
0 commit comments