rename html folder to public
This commit is contained in:
12
website/public/styles/search.css
Normal file
12
website/public/styles/search.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.search-output {
|
||||
width: calc(50% - 48px);
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.search-output:nth-child(n) {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#search-friends-output {
|
||||
margin-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user