From cd1556c5be724fd07f2f9755c41a68482f8cdf48 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 15:11:43 +0200 Subject: [PATCH] top margin for the footer --- www/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/style.css b/www/style.css index 3963eb6..7a965e7 100644 --- a/www/style.css +++ b/www/style.css @@ -23,6 +23,7 @@ nav { footer { margin: 0; + margin-top: 1em; padding: 1em; display: block; background-color: #1c1c1c; -- 2.7.4