From 4586207504390a714c816b14371f3e4f5f7b7b77 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 15 Dec 2025 12:40:05 +0100 Subject: feat: add PGP key to home page --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 592d98e..c5f5657 100644 --- a/style.css +++ b/style.css @@ -67,6 +67,13 @@ a.icon { width: clamp(var(--icon-min), var(--icon-desired), var(--icon-max)); } +.pgp { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: block; +} + .container { display: flex; height: 100dvh; @@ -81,6 +88,7 @@ a.icon { text-align: left; line-height: 1.2; margin: 20px; + max-width: min(28ch, calc(100vw - 40px)); } /* Projects page */ -- cgit v1.2.3