Fix alignment of filter inputs on member listing page

This commit is contained in:
Patrick Smith
2018-11-13 10:43:34 -05:00
parent 990c24b802
commit d72d018ba2
2 changed files with 23 additions and 19 deletions

View File

@@ -27,6 +27,8 @@
flex-basis: 100%;
.usa-input {
flex-basis: 100%;
@media (min-width:1000px) {
margin-top: 0;
}