fix(article): section share centrée + suppression bordure articles recommandés
This commit is contained in:
parent
3ce0f939d8
commit
dee786e9e2
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue