Skip to content

Commit ccdaab2

Browse files
save file
1 parent 1e51e45 commit ccdaab2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

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

29-
.title
30-
{position:relative;margin:0;color:blue}
3129

32-
::slotted(.title)
33-
{margin:0 auto}
30+
::slotted([slot=title])
31+
{position:relative;margin:0;color:blue}
3432

3533

3634

@@ -50,7 +48,8 @@
5048

5149
<div id=root>
5250

53-
51+
<slot name=seo-hdr class=visually-hidden></slot>
52+
5453
<a class=item href='/'>
5554
home
5655
</a>
@@ -71,9 +70,6 @@
7170

7271
<page-source component></page-source>
7372

74-
75-
<slot name=seo-hdr class=visually-hidden></slot>
76-
7773
</div>
7874

7975
</template>

0 commit comments

Comments
 (0)