11 lines
177 B
CSS
11 lines
177 B
CSS
|
.profile__relations {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.profile__relations__user {
|
||
|
margin: 2px;
|
||
|
width: 300px;
|
||
|
display: flex;
|
||
|
}
|