aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-12-15 12:40:05 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-12-15 12:40:05 +0100
commit4586207504390a714c816b14371f3e4f5f7b7b77 (patch)
tree15b083be47684dbb84d0f2e17d1668f750e62a77 /style.css
parentfeat: replace pml68.png with a smaller webp (diff)
downloadpml68.dev-4586207504390a714c816b14371f3e4f5f7b7b77.tar.gz
feat: add PGP key to home page
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
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 */