diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 */ |
