This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/themes/dcb2017/sass/content/_speaker.scss
2017-05-22 15:13:53 +01:00

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;
}
}
}