Skip to content
Snippets Groups Projects
Commit 0f5f96d7 authored by Olivia206's avatar Olivia206
Browse files

removed code from other branch

parent 143e1b2d
No related branches found
No related tags found
No related merge requests found
......@@ -46,20 +46,8 @@
.post-meta
display: block
line-height: 0 // Hack pour que les enfants de post-meta soient correctement
> *
margin-right: $spacing-3
time
vertical-align: baseline
.post-author
display: inline
p
display: inline
.post-categories
.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
......@@ -68,6 +56,13 @@
.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)
......@@ -81,10 +76,20 @@
@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