add ssh key format post

This commit is contained in:
2024-07-07 12:13:15 -04:00
parent 60bc85d49a
commit 8e58d6824a
6 changed files with 99 additions and 3 deletions

@ -21,6 +21,12 @@
--primary-color-faded: hsl(202deg 14% 36%);
--accent-color: hsl(0deg, 92%, 29%);
--accent-color-faded: hsl(0deg, 25%, 55%);
@media(max-width: 640px) {
--content-line-height: 1.25;
--content-size: 1.15rem;
--content-size-sm: 0.9rem;
}
}
body {
@ -29,4 +35,5 @@ body {
line-height: var(--content-line-height);
letter-spacing: -0.005em;
color: var(--content-color);
}