feat(frontend): initial search functionality (#78)

This commit is contained in:
sct
2020-09-12 10:49:48 +09:00
committed by GitHub
parent 3722a495dd
commit 342d1a3c75
14 changed files with 450 additions and 70 deletions

View File

@@ -16,6 +16,6 @@ body {
}
.titleCard {
@apply relative bg-cover rounded-lg;
@apply relative bg-cover rounded-lg bg-cool-gray-800;
padding-bottom: 150%;
}