From f1598cb26e4cdbfb32590d3ffe06cbb6c16ecf9f Mon Sep 17 00:00:00 2001 From: stiti Date: Thu, 18 Jan 2024 21:06:12 +0100 Subject: [PATCH] =?UTF-8?q?Derni=C3=A8re=20correction=20de=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/CV.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/CV.css b/css/CV.css index 0306090..59dc5f6 100644 --- a/css/CV.css +++ b/css/CV.css @@ -1,5 +1,6 @@ body { font-family: 'Arial', sans-serif; + font-size: 15px; margin: 0; padding: 0; background-color: #f8f9fa; @@ -18,6 +19,7 @@ header h1, header h2 { color: #007BFF; text-align: center; + margin-top: 0px; } section { @@ -62,9 +64,9 @@ ul, ol { @media print { body { - width: 21cm; - height: 29.7cm; - margin: 20mm; + width: 100%; + margin: 0; + padding: 0; } .cv-container {