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 */