rf-web/_sass/layouts/participant.scss
2020-08-17 22:11:19 +02:00

28 lines
428 B
SCSS

.participant {
.post-header {
align-items: flex-end;
position: relative;
h2 {
margin-right: 32px;
}
img.participant-profile {
max-width: 252px;
}
@include touch {
flex-direction: column-reverse;
h2 {
z-index: 1;
}
img.participant-profile {
transform: translateY($size-24);
width: 100%;
max-width: initial;
}
}
}
}