update search to have searchSmallText class

This commit is contained in:
2023-02-01 13:46:15 +00:00
parent ca58ef6639
commit 82517eda04
2 changed files with 5 additions and 1 deletions

View File

@@ -20,3 +20,7 @@
#searchResults {
overflow-x: scroll;
}
.searchSmallText {
font-size: 0.7em;
}