]> Arthur Taft Gitweb - website.git/commitdiff
add padding to pgp-link
authorArthur Taft <[email protected]>
Mon, 24 Nov 2025 07:13:09 +0000 (00:13 -0700)
committerArthur Taft <[email protected]>
Mon, 24 Nov 2025 07:13:09 +0000 (00:13 -0700)
static/styles.css

index a4ec1293ee33124e57908075e23cfe5b47d68ece..20b5794453eb969e2b1f00b81d27bb1e51731fa7 100644 (file)
@@ -145,6 +145,10 @@ body {
     margin-bottom: 1%;
 }
 
     margin-bottom: 1%;
 }
 
+#container .pgp-link {
+    padding: 0.25rem 0.25rem;
+}
+
 #container .pgp-link:hover {
     background-color: var(--surface-1);
 }
 #container .pgp-link:hover {
     background-color: var(--surface-1);
 }