Skip to content
Snippets Groups Projects
Unverified Commit 8e70e79a authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Ajout d'un style par défaut au bloc personnes (#846)

parent 66def6eb
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,12 @@
@include media-breakpoint-up(md)
.avatar
width: columns(2)
&--grid
&--grid, &:not(.block-persons--list), &:not(.block-persons--large)
.persons
@include grid(1)
@include grid(2, md)
@include grid(4, lg)
@include grid(6, xxl)
@include in-page-with-sidebar
.persons
@include grid(1, desktop)
......
......@@ -64,8 +64,7 @@ article.person
.avatar
width: 100%
.persons--grid,
.block-persons--grid .persons
.persons--grid
@include grid(1)
@include grid(2, md)
@include grid(4, lg)
......
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