1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 19:15:30 -04:00

correct icon wrapping

This commit is contained in:
2025-05-19 22:03:38 -04:00
parent f4c69292df
commit 9d8c9e6395
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -30,9 +30,10 @@ const Page = () => {
You can grab my public key here:{" "}
<Link
href="https://jrvs.io/pgp"
title="3BC6 E577 6BF3 79D3 6F67 1480 2B0C 9CF2 51E6 9A39"
className="bg-muted relative rounded-sm px-[0.3rem] py-[0.2rem] font-mono text-sm font-medium tracking-wider [word-spacing:-0.25em]"
>
6BF3 79D3 6F67 1480 2B0C 9CF2 51E6 9A39
2B0C 9CF2 51E6 9A39
</Link>
.
</p>
+4 -4
View File
@@ -191,14 +191,14 @@ const Page = () => {
<Link href="/contact" title="Send an email" className="[--primary:#de0c0c] dark:[--primary:#ff5050]">
email
</Link>{" "}
<sup className="mx-[3px] text-[0.6rem]">
<sup className="mr-0.5 text-[0.6rem]">
<Link
href="https://jrvs.io/pgp"
rel="pgpkey"
title="My Public Key"
className="text-nowrap decoration-1 [--primary:var(--muted-foreground)]"
title="3BC6 E577 6BF3 79D3 6F67 1480 2B0C 9CF2 51E6 9A39"
className="space-x-0.5 px-0.5 text-nowrap [--primary:var(--muted-foreground)] hover:no-underline"
>
<LockIcon className="mr-[5px] inline size-3 align-text-top" />
<LockIcon className="inline size-3 align-text-top" />{" "}
<code className="tracking-wider text-wrap [word-spacing:-3px]">2B0C 9CF2 51E6 9A39</code>
</Link>
</sup>