displaying members
This commit is contained in:
@ -1,8 +1,35 @@
|
||||
#profilesList {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
max-width: fit-content;
|
||||
ldp-display {
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&, img {
|
||||
width: 100%;
|
||||
max-width: 320px;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
div[name="name"],
|
||||
div[name="location"] {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
#profilesList {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
ldp-display {
|
||||
&, img {
|
||||
width: 250px;
|
||||
max-width: initial;
|
||||
min-width: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.miniature {
|
||||
|
Reference in New Issue
Block a user