hubl/src/scss/_members.scss

21 lines
318 B
SCSS

#profiles-list {
ldp-form {
background-color: #F3F3F3;
}
}
@media (min-width: 576px) {
#profilesList {
display: flex;
justify-content: space-between;
ldp-display {
&, img {
width: 250px;
max-width: initial;
min-width: initial;
}
}
}
}