From c825c00aa3fa8b6998071b03145c8a7e80d7c4a3 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 14 Apr 2022 00:02:38 +0200 Subject: [PATCH] Correction marge sidebar --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index 8d6d2c0..cd31089 100644 --- a/styles.css +++ b/styles.css @@ -102,6 +102,10 @@ header { background-size: auto; } +aside#chalec_sidebar { + padding-left: 40px; +} + #chalec_banner, #chalec_footer { display: flex; @@ -579,6 +583,7 @@ h1,h2,h3,h4,h5,h6 { aside#chalec_sidebar { background: none; + padding-left: 40px; } .chalec_latest-posts {