From ede614533592114baa0a8057f0f8c9c2d1503254 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Wed, 22 Apr 2026 14:05:25 -0400 Subject: webring: use fixed-size buttons --- content/assets/ring.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/assets/ring.js b/content/assets/ring.js index a094844..583fec5 100644 --- a/content/assets/ring.js +++ b/content/assets/ring.js @@ -2,11 +2,11 @@ fetch('https://umaring.github.io/bdunahu.json') .then(function(ret) { return ret.json(); }) .then(function(json) { document.getElementById('umaring-id').innerHTML = `` }) .catch(function() {}); -- cgit v1.2.3