We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bb8d4 commit 31db730Copy full SHA for 31db730
1 file changed
utils/editors/html/editors-hdr/v2.0/editors-hdr-v2.0.html
@@ -6,6 +6,9 @@
6
7
<style>
8
9
+ :host
10
+ {margin-bottom:10px}
11
+
12
section
13
{margin:0;box-sizing:border-box;display:flex;align-items:center;gap:10px}
14
@@ -26,7 +29,7 @@
26
29
{text-align:center;position:absolute;left:0;right:0;top:0px;z-index:-1;margin:0 auto}
27
30
28
31
::slotted([slot=version])
- {color:green;font-weight:bold}
32
+ {color:green;font-weight:bold;margin:0}
33
34
.date
35
{}
0 commit comments