add filter inputs

This commit is contained in:
afazio1
2024-04-22 12:52:59 -04:00
parent b07dedfa0e
commit 16c4656bf6
2 changed files with 154 additions and 9 deletions

View File

@@ -3,8 +3,8 @@ color: white;
}
.container {
display: flex;
gap: 10rem;
justify-content: space-between;
gap: 5rem;
justify-content: center;
}
.file-upload-card {
@@ -45,4 +45,4 @@ color: white;
border: 1px solid #FFFFFF;
background-color: #B1D4E0;
color: black;
}
}