Session and speaker styling updates
This commit is contained in:
parent
24ffcb956b
commit
b8aee0f307
9 changed files with 309 additions and 1 deletions
17
web/themes/dcb2017/sass/content/_speaker.scss
Normal file
17
web/themes/dcb2017/sass/content/_speaker.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue