tweaked chain from margin to space which in effect also widens the pointer area

This commit is contained in:
Juicysteak117
2025-10-12 14:57:32 -07:00
parent 8a27215951
commit e39680024f
2 changed files with 1 additions and 2 deletions

View File

@@ -78,7 +78,6 @@ body {
.chain { .chain {
text-decoration:none; text-decoration:none;
font-size: 80%; font-size: 80%;
margin-left: 0.5em;
} }
/*side bar*/ /*side bar*/

View File

@@ -117,7 +117,7 @@ for element in soup.find_all(["h2", "h3"]):
href="#" + hash, href="#" + hash,
title="Click to copy a link here", title="Click to copy a link here",
onclick="copyURI(event)", onclick="copyURI(event)",
string='🔗', string=' 🔗',
) )
element.append(new_chain) element.append(new_chain)