From dee786e9e260136912af47d3a17c8c3df3175ed1 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 20 Mar 2026 14:08:37 +0100 Subject: [PATCH] =?UTF-8?q?fix(article):=20section=20share=20centr=C3=A9e?= =?UTF-8?q?=20+=20suppression=20bordure=20articles=20recommand=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Article.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; }