hubl/src/scss/_members.scss

21 lines
318 B
SCSS
Raw Normal View History

2018-04-20 06:58:30 +00:00
#profiles-list {
ldp-form {
background-color: #F3F3F3;
2018-03-18 19:42:34 +00:00
}
}
@media (min-width: 576px) {
#profilesList {
display: flex;
justify-content: space-between;
ldp-display {
&, img {
width: 250px;
max-width: initial;
min-width: initial;
}
}
}
2018-03-11 23:42:46 +00:00
}