From 0a8f30eb36110716f57b44f9d373e82038aced31 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 10 Mar 2025 20:46:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=F0=9F=90=9B=20Agrandissement=20de?= =?UTF-8?q?=20la=20sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ public/css/index.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f2580..074813d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm Une version intermédiaire, pour préparer le portage d'Erratum sous Pélican. +### Modifié + +- Agrandissement de la sidebar + ### Retiré - Retrait des postures comme mécanique de base diff --git a/public/css/index.css b/public/css/index.css index 1ae59c7..70b389f 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -2,7 +2,7 @@ --color-gray-20: #e0e0e0; --color-gray-50: #C0C0C0; --color-gray-90: #002b36; - --sidebar-width: 260px; + --sidebar-width: 280px; --main-width: 780px; /* --text-color is assigned to --color-gray-_ above */