Session and speaker styling updates

This commit is contained in:
Rob Davies 2017-05-22 15:13:53 +01:00
parent 24ffcb956b
commit b8aee0f307
9 changed files with 309 additions and 1 deletions

View file

@ -0,0 +1,17 @@
.node--type-speaker {
.node__content {
position: relative;
}
@include media-tablet {
.profile-picture {
position: absolute;
top: 0;
left: 0;
}
.profile-info {
padding-left: 9em;
}
}
}