From 6fa697a73470ac193ff4508aaeed21eb7b915793 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:10:57 -0600 Subject: [PATCH] -- --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index d022546..53bcca1 100644 --- a/static/style.css +++ b/static/style.css @@ -5,8 +5,8 @@ body { #title { text-align: center; font-size: 2.5em; - padding-bottom: 0.5em; - margin-bottom: 0.5em; + padding-bottom: 0.25em; + margin-bottom: 0.25em; border-bottom-style: solid; border-width: 1px; } -- 2.39.5