From ad73d0a641fb72047865e280d78f5adb8c3d01af Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 15:20:12 +0200 Subject: [PATCH] footer --- www/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/style.css b/www/style.css index 9eba7f8..4d384ce 100644 --- a/www/style.css +++ b/www/style.css @@ -45,6 +45,13 @@ footer a, footer a:visited, footer a:hover, footer i { footer li { list-style: none; + margin: 0; + padding: 0; +} + +footer ul { + margin: 0; + padding: 0; } h1 { -- 2.7.4