🧪 Starting the matching algo

This commit is contained in:
2021-07-02 21:55:56 -07:00
parent c932094f98
commit aef1afdab9
10 changed files with 69 additions and 13 deletions

View File

@@ -151,6 +151,10 @@ $border-color: red;
border-radius: 5px;
}
.search-result-details {
width: 100%;
.score {
float: right;
}
margin-left: 10px;
}
}