commit f3593aa24cb4841e1165579f7681c1ee65e3d16b
parent 6eced2bc433244ad20efc7facc611f8793252a47
author: nathanael <nathanael@dalliard.ch>
date: Sat, 13 Sep 2025 05:45:46 +0000
add pgp fingerprint and link to key
diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/content/_index.md b/content/_index.md
@@ -10,3 +10,6 @@ title: nathanael
|_| \_____/
</pre>
<small><a href="mailto:nathanael@dalliard.ch">nathanael@dalliard.ch</a></small>
+
+<small><a href="pgp.asc">22B0 BCE1 8683 86A2 CC5B
+63CA C61A BF79 6EBD 00E2</a></small>
diff --git a/static/style.css b/static/style.css
@@ -12,9 +12,12 @@ main {
height: 100vh;
display: flex;
flex-direction: column;
- margin-top: -2.5rem;
justify-content: center;
align-items: center;
+ margin-top: -2rem;
+}
+pre {
+ margin-top: 0;
}
p {
margin: 0;