Skip to content

Commit b148b1d

Browse files
save file
1 parent 9128f20 commit b148b1d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

utils/x509/extract-public-key/extract-public-key.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@
145145
{height:100%}
146146
body
147147
{height:calc(100% - 42px);margin:20px;display:flex;flex-direction:column;font-family:arial}
148+
149+
x509-hdr
150+
{margin-bottom:20px}
151+
148152
.hdr
149153
{font-family:arial;position:relative;margin-top:0;margin-bottom:20px;background:white;
150154
padding-bottom:10px;border-bottom:3px solid lightblue}
@@ -196,7 +200,7 @@
196200
<h1 class=visually-hidden>
197201
extract public key
198202
</h1>
199-
<img class=title src='images/extract-public-key.png' style='top:-5px;height:55px'>
203+
<img class=title src='images/extract-public-key.png' style='top:5px;height:55px'>
200204
<time slot=date datetime=2025-11-15>
201205
15 Nov 2025
202206
</time>
@@ -259,7 +263,8 @@ <h1 class=visually-hidden>
259263

260264
</div>
261265

262-
266+
<log-mod component></log-mod>
267+
263268
</body>
264269

265270

0 commit comments

Comments
 (0)