19 lines
277 B
SCSS
19 lines
277 B
SCSS
.participant {
|
|
.post-header {
|
|
align-items: flex-end;
|
|
position: relative;
|
|
|
|
@include touch {
|
|
flex-direction: column-reverse;
|
|
h2 {
|
|
z-index: 1;
|
|
}
|
|
|
|
img {
|
|
transform: translateY($size-24);
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|