Refactor jobs detail page to use container. Refresh detail cards on note add.

This commit is contained in:
Patrick Fic
2020-01-21 10:52:40 -08:00
parent 19c9d05dae
commit 26745f2e62
16 changed files with 220 additions and 65 deletions

View File

@@ -1,8 +1,3 @@
.job-cards-container {
height: 45vh;
overflow-y: auto;
}
.job-cards {
display: flex;
flex-wrap: wrap;