Add search suggestions

This commit is contained in:
2022-01-05 16:05:54 +01:00
parent 004dd7d161
commit e0d0bef292
3 changed files with 91 additions and 5 deletions

View File

@ -43,7 +43,7 @@ body {
.song_search_bar {
position: relative;
max-width: 38em;
width: 80%;
width: 95%;
margin: auto;
margin-top: 1em;
}