Merge pull request #237 from jedmund/staging
Add min-height on FilterBar
This commit is contained in:
commit
a6cbbd3d77
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue