From fcbf0f87ec8bc75dc3a70b677065a0a5f3816009 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sun, 30 Mar 2025 00:27:01 -0700 Subject: [PATCH] webring stuff --- style/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/css/style.css b/style/css/style.css index bf3b3d0..ad322cc 100644 --- a/style/css/style.css +++ b/style/css/style.css @@ -30,6 +30,10 @@ body { display: block; border-radius: 8px; } +.webrings{ + height: 200px; + overflow: auto; +} .sidebar-webring { width: 40%; margin: 1vmax auto;