From af1257ce496e2b2884300c0d21b8a0c56b129be9 Mon Sep 17 00:00:00 2001 From: Mathieu GROUSSEAU Date: Sun, 8 Jan 2023 12:12:57 +0100 Subject: [PATCH] =?UTF-8?q?Regle=20chang=C3=A9e=20de=20place?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/base.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/styles/base.css b/styles/base.css index 903aab1..7ff4788 100644 --- a/styles/base.css +++ b/styles/base.css @@ -1,7 +1,5 @@ html, -body { - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; -} +body {} html { margin: 0; @@ -9,6 +7,7 @@ html { } body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: rgb(216, 216, 216); } @@ -49,7 +48,7 @@ nav { box-shadow: 0px 2px 5px black; } -table{ +table { box-shadow: 0px 2px 5px black; }