displaying members data => wip
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user