11 lines
180 B
Text
11 lines
180 B
Text
.profile__relations {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
|
|
&__user {
|
|
margin: 2px;
|
|
width: 300px;
|
|
display: flex;
|
|
}
|
|
}
|