displaying members data => wip

This commit is contained in:
Gaelle Morin
2018-12-18 17:59:11 +01:00
parent 486fc1ae20
commit 80e95b8910
3 changed files with 8 additions and 15 deletions

View File

@ -9,18 +9,12 @@
}
& > div {
background: violet;
display: flex;
flex-wrap: wrap;
grid-column-start: start;
grid-column-end: end;
justify-content: space-between;
margin-bottom: 1em;
/*grid-row-start: middle;
grid-row-end: end;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 1em;*/
&:first-of-type {
color: $color-black2;
@ -29,7 +23,7 @@
white-space: nowrap;
&::before, &::after {
border-top: 1px solid $color-grey-light5;
border-top: 1px solid $color-grey-light2;
content: '';
position: relative;
top: 0.5em;