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

fix person single hero

parent f666c4ce
No related branches found
No related tags found
No related merge requests found
......@@ -127,31 +127,32 @@ ol.persons--list
.persons__page
.hero
.hero-text
margin-bottom: $spacing-3
figure
@extend .avatar
.container
margin-bottom: $spacing-6
@include media-breakpoint-down(desktop)
figure
width: columns(6)
margin-left: auto
@include media-breakpoint-down(sm)
&--with-image
.hero-text
margin-bottom: $spacing-3
figure
margin-bottom: calc(#{columns(3)} * -1)
@include media-breakpoint-up(desktop)
.content
align-items: center
display: flex
justify-content: space-between
margin-top: 0
h1
margin-bottom: 0
width: columns(8)
@extend .avatar
@include media-breakpoint-down(desktop)
.container
margin-bottom: $spacing-6
figure
width: columns(6)
margin-left: auto
@include media-breakpoint-down(sm)
figure
margin-bottom: 0
width: columns(3)
margin-bottom: calc(#{columns(3)} * -1)
@include media-breakpoint-up(desktop)
.content
align-items: center
display: flex
justify-content: space-between
margin-top: 0
h1
margin-bottom: 0
width: columns(8)
figure
margin-bottom: 0
width: columns(3)
.roles
a
@include 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