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