Fix: footer repositionné sous l'article via article-wrapper

Le footer était auto-placé par la CSS Grid golden-grid avant l'article.
Wrap article + footer dans .article-wrapper qui porte le grid-area.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-12 11:38:01 +01:00
parent 3a2b5a2f57
commit 3bd410cc02
2 changed files with 11 additions and 2 deletions

View file

@ -309,6 +309,8 @@
.blog :global(.site-footer) {
margin-left: -50px;
margin-right: -50px;
margin-top: 4rem;
}
/* --- Mobile --- */