12 lines
185 B
CSS
12 lines
185 B
CSS
.search-output {
|
|
width: calc(50% - 48px);
|
|
display: inline-flex;
|
|
}
|
|
|
|
.search-output:nth-child(n) {
|
|
display: inline-block;
|
|
}
|
|
|
|
#search-friends-output {
|
|
margin-right: 10px;
|
|
} |