From 9bd0b59dec480087625020e9d7374e51870f03f1 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Sat, 17 Sep 2022 02:33:35 +0100 Subject: [PATCH] add padding to footer --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index ed1dc84..4345aaa 100644 --- a/css/index.css +++ b/css/index.css @@ -370,4 +370,5 @@ img { footer { text-align: center; + padding: 1%; } \ No newline at end of file