Styling tweaks

This commit is contained in:
richard-dds
2018-11-07 12:11:42 -05:00
parent 12f5e6f79e
commit 746bdc8b01
2 changed files with 26 additions and 16 deletions

View File

@@ -6,10 +6,18 @@
padding: $gap;
flex-wrap: wrap;
@include media($large-screen) {
flex-wrap: nowrap;
}
.search-bar__filters {
display: flex;
}
.usa-input {
margin: 0;
flex-grow: 1;
flex-shrink: 0;
flex-shrink: 1;
flex-basis: 100%;
height: $search-input-height;
position: relative;