From d55d735f430067642fd559b29cbcdf871c01e710 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 3 Nov 2020 21:54:16 +0100 Subject: Fix photo div width, body min-height Also add footer --- commun.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'commun.css') diff --git a/commun.css b/commun.css index 1a6b751..663b461 100644 --- a/commun.css +++ b/commun.css @@ -1,14 +1,14 @@ -body { - background: #eee; - padding-left: 10%; - padding-right: 10%; -} - nav ol { display: flex; + padding-left: 0; + text-align: center; list-style-type: none; } nav ol li { flex: 1; } + +footer { + margin: auto; +} -- cgit v1.2.3