diff --git a/components/FilterBar/index.scss b/components/FilterBar/index.scss index c0b2623d..e7e074c0 100644 --- a/components/FilterBar/index.scss +++ b/components/FilterBar/index.scss @@ -14,6 +14,7 @@ top: $unit * 4; width: 100%; max-width: 996px; + min-height: 80px; @include breakpoint(tablet) { position: static; @@ -21,6 +22,10 @@ width: 100%; } + @include breakpoint(phone) { + min-height: auto; + } + .Filters { display: flex; box-sizing: border-box;