From cdff8a8483ec50ac4277079ed31b9b653b1d96de Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 3 Nov 2020 22:04:12 +0100 Subject: Add logo --- commun.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'commun.css') diff --git a/commun.css b/commun.css index 663b461..ac84289 100644 --- a/commun.css +++ b/commun.css @@ -1,3 +1,17 @@ +header { + display: flex; + width: 100%; +} + +header img { + height: 3em; + margin: auto; +} + +nav { + flex: 1; +} + nav ol { display: flex; padding-left: 0; -- cgit v1.2.3