Skip to content
Snippets Groups Projects
Commit c1727349 authored by alexisben's avatar alexisben
Browse files

fix posts

parent c18b23cd
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ $program-share-font-size: $h5-size !default
$program-share-font-size-md: $h5-size-md !default
$program-zindex-toc: $zindex-toc !default
// Layout posts list
// Layout posts list (ne concerne pas les blocks posts)
$posts-layout-list: false !default
// MISC
......
.posts__page
aside
@include container
margin-top: $spacing1
\ No newline at end of file
.block-posts
.posts
@include grid(1)
@include grid(3, md)
\ No newline at end of file
......@@ -54,13 +54,17 @@
p,
a
max-width: col(6, 9)
@else
.posts
@include grid(1)
@include grid(2, md)
@include grid(3, xl)
.posts__page
aside
@include container
margin-top: $spacing1
.post-categories
@include list-reset
@extend .small
......
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