From b98a4963b6f355fa3e7065cb5876dc28721e0a68 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Sat, 13 Mar 2021 18:11:45 -0300 Subject: Reduce margin-top of footer --- ~santisoler/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/~santisoler/style.css b/~santisoler/style.css index 56e8ff0..937e3e5 100644 --- a/~santisoler/style.css +++ b/~santisoler/style.css @@ -118,7 +118,7 @@ footer { border-top: 1px solid #dedede; padding-top: 20px; padding-bottom: 20px; - margin-top: 300px; + margin-top: 100px; text-align: center; font-size: 10pt; line-height: 1.3em; -- cgit v1.2.3