rename html folder to public

This commit is contained in:
Marijn Jansen
2017-01-13 14:44:45 +01:00
parent faf5442528
commit 1cffad77d6
35 changed files with 1 additions and 11 deletions

View 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;
}