From 181509faa8bc4d22e85e57d5e6bde14c18ac92d1 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 29 Oct 2023 15:37:47 -0400 Subject: [PATCH] adding padding to bottom --- ws/static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ws/static/styles.css b/ws/static/styles.css index 92318fb..ee138f2 100644 --- a/ws/static/styles.css +++ b/ws/static/styles.css @@ -18,6 +18,7 @@ html { color: #2f2f2f; background: white; font-family: 'Inter', sans-serif; + padding-bottom: 20px; } a {