From 8cd39fcda919dbf25ed86a4f5420e656456d5eea Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 14 Apr 2022 00:29:27 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20diff=C3=A9rentiation=20hx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index f899400..e78ded1 100644 --- a/styles.css +++ b/styles.css @@ -102,10 +102,6 @@ header { background-size: auto; } -aside#chalec_sidebar { - padding-left: 40px; -} - #chalec_banner, #chalec_footer { display: flex; @@ -219,6 +215,10 @@ div#chalec_infos { ======================================================================== */ +aside#chalec_sidebar { + padding-left: 40px; +} + .chalec_latest-posts { color: var(--chalec_blue); font-style: italic; @@ -542,7 +542,7 @@ h1,h2,h3,h4,h5,h6 { font-size: 125%; margin-top: 30px; margin-bottom: 5px; - color: #676767; + color: #454545; } h3 { font-size: 110%;