changes mentioned by alexa (#7)

* changes mentioned by alexa

* removing redundancy

---------

Co-authored-by: Sahej Panag <spanag3@gatech.edu>
This commit is contained in:
Sahej Panag
2024-04-11 00:44:10 -04:00
committed by GitHub
parent 867574abfd
commit c5395db154
3 changed files with 9 additions and 5 deletions

View File

@@ -28,12 +28,16 @@ html, body {
font-weight: bold;
}
select {
.filter-item > select {
padding: 8px;
border: 1px solid #2E8BC0;
border-radius: 4px;
width: 100%; /* fill the container width */
}
width: 100%;
}
.filter-item {
width: 100%;
}
.submit-button {
padding: 8px 16px;