Skip to content

Commit 9dc0db5

Browse files
save file
1 parent e68119c commit 9dc0db5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

blog/html/blog-hdr/v2.0/blog-hdr-v2.0.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@
2626
.item-label
2727
{}
2828

29+
/*
2930
::slotted(.title)
3031
{text-align:center;position:absolute;left:0;right:0;top:0px;z-index:-1;margin:0 auto;color:blue;
3132
}
32-
33-
33+
*/
34+
35+
3436
.date
3537
{/*position:absolute;top:5px;right:5px;*/}
3638

@@ -58,14 +60,17 @@
5860

5961
<div style='flex:1'></div>
6062

63+
<slot name=title></slot>
64+
65+
<div style='flex:1'></div>
66+
6167
<div class=date>
6268
<slot name=date></slot>
6369
</div>
6470

6571
<page-source component></page-source>
6672

6773

68-
<slot name=title></slot>
6974
<slot name=seo-hdr class=visually-hidden></slot>
7075

7176
</div>

0 commit comments

Comments
 (0)