Skip to content
Snippets Groups Projects
Commit 5bc5e99a authored by Olivia206's avatar Olivia206
Browse files

Fixed mobile grid for person

parent 90c59af6
No related branches found
No related tags found
No related merge requests found
......@@ -97,16 +97,16 @@ ol.persons
a
@extend .link-more
.persons__page
.informations
@include grid
margin-bottom: $spacing2
> div
&:first-of-type
grid-column: 1 / 9
&:nth-of-type(2)
grid-column: 9 / 13
.lead + div
margin-top: $spacing2
@include media-breakpoint-up(lg)
.persons__page
.informations
@include grid
margin-bottom: $spacing2
> div
&:first-of-type
grid-column: 1 / 9
&:nth-of-type(2)
grid-column: 9 / 13
.lead + div
margin-top: $spacing2
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