Skip to content

Commit

Permalink
Merge pull request #37 from CityOfPhiladelphia/search-redesign
Browse files Browse the repository at this point in the history
UX feedback
  • Loading branch information
RitikaDesai98 authored Aug 15, 2024
2 parents aa4eb81 + d66dd65 commit 974ecc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -691,12 +691,12 @@ export default {
}
.filter-summary{
margin: 16px 0px 0px 16px;
margin: 1rem 0px 1rem 1rem;
}
.filter-button{
font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
margin: 12px 16px 8px 0px;
margin: 8px 8px 0 0;
padding: 6px;
border-radius: 4px;
border: 2px solid transparent;
Expand All @@ -717,7 +717,7 @@ export default {
}
.clear-search-button{
margin-top: 12px;
margin: 12px 0 0 8px;
padding: 0px;
border: none;
background-color: transparent;
Expand Down

0 comments on commit 974ecc1

Please sign in to comment.