10 lines
135 B
Text
10 lines
135 B
Text
|
.profile__relations {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
justify-content: center;
|
||
|
|
||
|
&__user {
|
||
|
margin: 2px;
|
||
|
}
|
||
|
}
|