We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f6cc1 commit a4fdda4Copy full SHA for a4fdda4
blog/html/blog-hdr/v2.0/blog-hdr-v2.0.html
@@ -8,7 +8,9 @@
8
<style>
9
10
#root
11
- {margin:0;box-sizing:border-box;display:flex;align-items:center;gap:10px;}
+ {margin:0;box-sizing:border-box;display:flex;align-items:center;gap:10px;
12
+ border-bottom:1px solid lightgray;padding-bottom:20px;
13
+ }
14
15
.icon
16
{cursor:pointer;border-radius:3px;border:1px solid gray;box-sizing:border-box;
0 commit comments