From ffb90dcb2b4145ec72c75138128950a1c14e7625 Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Thu, 12 Feb 2026 13:58:25 +0100 Subject: [PATCH] fix(layout): remplacer la classe de conteneur pour une meilleure gestion des marges --- static/css/style.css | 1 - themes/chill-theme/layouts/_default/simple.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 11c19e9..ac52df1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1876,7 +1876,6 @@ body { .container { margin-left: auto; margin-right: auto; - max-width: 80rem; padding-left: 1rem; padding-right: 1rem; } diff --git a/themes/chill-theme/layouts/_default/simple.html b/themes/chill-theme/layouts/_default/simple.html index b8e11c8..3a14dcd 100644 --- a/themes/chill-theme/layouts/_default/simple.html +++ b/themes/chill-theme/layouts/_default/simple.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+

{{ .Title }}

{{ with .Params.description }}

{{ . | markdownify }}