From a503664fdb74987f14177b8b4ea4fd074aef62d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 22 Mar 2024 05:46:06 -0400 Subject: [PATCH] Change Y padding for footer --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 39dfb23..d0beefc 100644 --- a/css/main.css +++ b/css/main.css @@ -10,7 +10,7 @@ } .footer { - padding: 1rem; + padding: .5rem 1rem; position: fixed; bottom: 0; width: 100%;