18 lines
238 B
SCSS
18 lines
238 B
SCSS
.node--type-speaker {
|
|
.node__content {
|
|
position: relative;
|
|
}
|
|
|
|
@include media-tablet {
|
|
.profile-picture {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.profile-info {
|
|
padding-left: 9em;
|
|
}
|
|
}
|
|
}
|