Normalize the filter style on firefox and chrome

This commit is contained in:
Kevin MacMartin 2018-06-18 15:27:07 -04:00
parent babf02b010
commit a63b133420

View file

@ -271,6 +271,9 @@ body {
.search {
margin-bottom: 10px;
width: 100%;
padding: 3px 8px;
border: 1px solid fade-out(#000, 0.875);
border-radius: 0.25rem;
@include media-breakpoint-down(sm) {
margin: 3px 3px 0px 3px;