2020-08-16 09:54:33 +00:00
|
|
|
.participant {
|
|
|
|
.post-header {
|
|
|
|
align-items: flex-end;
|
2020-08-16 16:03:53 +00:00
|
|
|
position: relative;
|
|
|
|
|
2020-08-17 20:11:19 +00:00
|
|
|
h2 {
|
|
|
|
margin-right: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.participant-profile {
|
2020-08-22 12:49:01 +00:00
|
|
|
max-width: 300px;
|
2020-08-17 20:11:19 +00:00
|
|
|
}
|
|
|
|
|
2020-08-16 16:03:53 +00:00
|
|
|
@include touch {
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
h2 {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2020-08-17 20:11:19 +00:00
|
|
|
img.participant-profile {
|
2020-08-17 21:05:18 +00:00
|
|
|
transform: translateY(var(--size-24));
|
2020-08-16 16:03:53 +00:00
|
|
|
width: 100%;
|
2020-08-17 20:11:19 +00:00
|
|
|
max-width: initial;
|
2020-08-16 16:03:53 +00:00
|
|
|
}
|
|
|
|
}
|
2020-08-16 09:54:33 +00:00
|
|
|
}
|
|
|
|
}
|
2020-08-22 12:49:01 +00:00
|
|
|
|
|
|
|
.participant,
|
|
|
|
.event {
|
|
|
|
.post-header {
|
|
|
|
h2 {
|
|
|
|
margin-right: var(--size-32);
|
|
|
|
}
|
|
|
|
|
|
|
|
img.participant-profile {
|
|
|
|
max-width: 252px;
|
|
|
|
}
|
|
|
|
}
|
2020-08-22 18:45:22 +00:00
|
|
|
|
|
|
|
.post-content h2:first-of-type {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2020-08-22 12:49:01 +00:00
|
|
|
}
|