Skip to content
Snippets Groups Projects
Commit 184e0019 authored by Olivia206's avatar Olivia206
Browse files

Merge branch 'main' into posts-block-options

parents 0f5f96d7 6eb4d188
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,20 @@
.post-meta
display: block
line-height: 0 // Hack pour que les enfants de post-meta soient correctement
.post-categories *
> *
margin-right: $spacing-3
time
vertical-align: baseline
.post-author
display: inline
p
display: inline
.post-categories
display: inline
*
display: inline-block
li
margin-right: $spacing-2
// Désactiver le ratio forcé de la configuration $article-media-aspect-ratio
.media
&, img
......@@ -56,13 +68,6 @@
.post
+ .post
margin-top: $spacing-4
&-meta
.post-author
display: inline
p
display: inline
&::after
content: ' — '
p[itemprop="articleBody"]
margin-top: 0
@include media-breakpoint-up(desktop)
......@@ -76,20 +81,10 @@
@include h2
p[itemprop="articleBody"]
margin-top: $spacing-3
.post-meta
> *
display: inline
&:not(:last-child)::after
content: ' — '
.post-author
p
display: inline
.post-categories
li
a
display: inline
&:not(:last-child) a::after
content: ','
@include in-page-with-sidebar
.large
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment