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:
parent
3a2b5a2f57
commit
3bd410cc02
2 changed files with 11 additions and 2 deletions
|
|
@ -309,6 +309,8 @@
|
|||
|
||||
.blog :global(.site-footer) {
|
||||
margin-left: -50px;
|
||||
margin-right: -50px;
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
/* --- Mobile --- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue