From bb24d6888eaf25a89b042c3e593eca6a876d3ff0 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 10 Apr 2022 23:12:02 +0200 Subject: [PATCH] Correction sidebar --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index 98c75c0..3825cbe 100644 --- a/styles.css +++ b/styles.css @@ -237,6 +237,11 @@ div#chalec_infos { } .chalec_list-post-info { + display: block; + background-color: #e0f0ff; + font-size: 80%; + padding: 10px; + padding-top: unset; display: block; color: var(--chalec_black); font-weight: normal;