From 9822e83c83ccacf0d960826e5fda6c6d24e3dbf9 Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Fri, 18 Nov 2022 11:23:50 -0500 Subject: [PATCH] Minor styling edit --- app/static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/index.css b/app/static/index.css index 0ac522c..4ea4909 100644 --- a/app/static/index.css +++ b/app/static/index.css @@ -232,7 +232,7 @@ body#index > main footer { max-width: 45ch; margin: auto; text-align: center; - padding-top: 1.5rem; + padding-top: 2rem; margin-bottom: 1.5rem; border-top: 1px solid var(--main-color-----); }