fix(article): section share centrée + suppression bordure articles recommandés

This commit is contained in:
isUnknown 2026-03-20 14:08:37 +01:00
parent 3ce0f939d8
commit dee786e9e2

View file

@ -246,8 +246,11 @@
/* --- Share section (bas d'article) --- */ /* --- Share section (bas d'article) --- */
.article-share-section { .article-share-section {
margin: 3rem 0 2rem; margin: auto;
text-align: center; text-align: center;
width: fit-content;
margin-top: 3rem;
margin-bottom: 3rem;
} }
.share-divider { .share-divider {
@ -500,7 +503,6 @@
/* --- Recommandations --- */ /* --- Recommandations --- */
.article-related { .article-related {
border-top: 1px solid rgba(255, 255, 255, 0.15);
padding-top: 3rem; padding-top: 3rem;
} }