From 02bdab0ff2a852277327d81741578931e25b3199 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sun, 11 Aug 2024 15:57:27 -0500 Subject: [PATCH] update server css --- webpage/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index 89e6305..e984cc2 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -230,9 +230,10 @@ h2 { #servers { vertical-align: top; - height: 100dvh; + height: calc(100dvh - .07in); overflow-x: hidden; - padding: 0.02in .05in 0.0in .05in; + margin: 0.05in .05in .02in .05in; + width: .5in; } #servers::-webkit-scrollbar {