rf-web/_sass/layouts/participant.scss

19 lines
277 B
SCSS
Raw Normal View History

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